{% extends "base.html" %}

{% if page.save_as %}
{% block title %}{{ page.title }}{%endblock%}
{% endif %}

{% block content %}
    <div class="padding"></div>
    <section>
    <h1>{{ page.title }}</h1>

    {{ page.content }}
    </section>
{% endblock %}