{% if title %}
{{ title }}
{% else %}
MyBlog
{% endif %}
{% block head %}{% endblock %}
Toggle navigation
Admin
{% if current_user.is_authenticated %}
Logout
{% else %}
Login
{% endif %}
{% include "flash.html" %} {% block content %}{% endblock %}