Skip to content
Snippets Groups Projects
raw.html 130 B
{% extends "base.html" %}

{% block main %}
  {{ page.content | safe }}
  {% include "pages/related_posts.html" %}
{% endblock %}