{{ post.title or config.title }}
{% endif %}
{% if post.description or config.description %}
{% endif %} {% if config.icon %}
{% endif %}
{% if 'markata.plugins.service_worker' in config.hooks %}
{% endif %} {% for text in config.head.text %} {{ text.value }}{% endfor %}
{% for meta in config.head.meta %}{% for _meta in meta %}
{% endfor %}{% endfor %}