{% extends "zerm/templates/index.html" %} {% block fonts %} {% endblock %} {% block rss %} {%- if config.generate_feed -%} {%- endif -%} {% endblock %} {% block og_preview %} {{ social::og_preview() }} {%- if config.extra.twitter.site -%} {%- endif -%} {%- if config.extra.twitter.creator -%} {%- endif -%} {%- if config.extra.webmention -%} {%- endif -%} {% endblock %} {% block copyright %} {% endblock copyright %} {% block script %} {% endblock script %} {% block css %} {% if config.extra.theme_color != "orange" -%} {% set color = "/color/" ~ config.extra.theme_color ~ ".css" -%} {%- else -%} {% endif %} {% endblock css %} {% block header %}
{% endblock %}