{% extends "base_blog.html" %} {% block title %}{{ M_BLOG_NAME|e }}{% endblock %} {% block head_links %} {{- super() -}} {% if articles_page and articles_page.has_previous() %} {% endif %} {% if articles_page and articles_page.has_next() %} {% endif %} {% endblock %} {% block meta %} {% if M_BLOG_DESCRIPTION %} {% endif %} {% endblock %} {% block social %} {{- super() -}} {# this has to be here otherwise the spacing is all wrong. fuck. #} {% block social_url %} {% endblock %} {% if M_SOCIAL_BLOG_SUMMARY %} {% endif %} {% if M_SOCIAL_IMAGE %} {% endif %} {% endblock %} {% block content %}