{% extends "base.html" %}

{% block content %}
  <h2>{{ section.title }}</h2>
  <div class="content">
    {{ section.content | safe }}
  </div>
{% endblock content %}