{% extends "base.html" %} {% block content %}

{%- if section.title %} {{ section.title }} {%- endif -%} {%- if page.title %} {{ page.title }} {%- endif -%}

{%- if section.content %} {{ section.content | safe }} {%- endif -%} {%- if page.content %} {{ page.content | safe }} {%- endif -%} {% endblock content %}