{% extends "base.html" %}
{% block title %}{{ mytitle }}{% endblock %}
{% block content %}
<div class="box">
{{ content }}
</div>
{% endblock %}