{% from "_form_macro.html" import render_form -%}
{{ page_title }} | {{ _('Sample blog') }}
Title
{% if g.identity.provides %}
Add Post
{% endif %}
{% if g.identity.provides %}
{{ _('Logout') }}
{% else %}
{{ _('Login') }}
{{ _('Register') }}
{% endif %}
{% block main_container %}
{% block page_content %} {% endblock %}
{% endblock main_container %} {% block extra_stuff %} {% endblock extra_stuff %} {% block extra_js %} {% endblock extra_js %}