{% extends "base.html" %} {% block title %}{{ static_page.title }}{% endblock %} {% block content %}

{{ static_page.title }}

{{ static_page.content|safe }} {% endblock %}