{% set page_slug = '[blog]' %} {% if not M_BLOG_NAME %}{% set M_BLOG_NAME = SITENAME %}{% endif %} {% extends 'base.html' %} {% block head_links %} {% if M_BLOG_FAVICON %} {% elif M_FAVICON %} {% endif %} {% endblock %} {% block social %} {% endblock %} {% block main %} {% if article and article.cover %} {% else %}
{% endif %} {% block content %} {% endblock %} {% if article and article.cover %} {% else %}
{% endif %} {% endblock %}