description = "Page cover"
==
{# COVER #}
{% if type == 'post' %}
{{ title }}
{{ lead|raw }}
{% elseif type == 'category' %}
{{ title }}
{% if lead != '' %}
{{ lead }}
{% endif %}
{% elseif type == 'tag' %}
Posts tagged “{{ title }}”
{% else %}
{{ title }}
{% if lead != '' %}
{{ lead }}
{% endif %}
{% endif %}