{# rel-me links from discovered author profile (v1.2.0 Phase 2) #} {% if author and author.rel_me_links %} {% for profile_url in author.rel_me_links %} {% endfor %} {% endif %} {% block head %}{% endblock %} {% if config.DEV_MODE %}
WARNING: DEVELOPMENT MODE - Authentication bypassed
{% endif %}

StarPunk

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}