{% extends "base.html" %} {% block head %} {{ super() }} {% if page %} {% if page.description %} {% endif %} {% if page.tags %} {% endif %} {% if page.cover %} {% endif %} {% endif %} {% endblock %} {% block content %} {% if page %} {{ page.content|indent(12) }} {% endif %} {% if articles %}

Recent Posts

Want to see more posts?

{% endif %} {% if articles %}

Projects

{% endif %} {% endblock content %} {% block footer %} {% endblock %}