{% extends "base.html" %} {% load static %} {% block title %}{{ frontmatter.title }}{% endblock %} {% block description %}{{ frontmatter.description }}{% endblock %} {% block keywords %}{{ frontmatter.keywords }}{% endblock %} {% block author %}{{ frontmatter.author }}{% endblock %} {% block content %}
{{ content|safe }}
{% endblock %}