{% extends "base.html" %} {% if comic %} {% block meta_description %}{{ comic.alt_text }}{% if comic.author_note %} - {{ comic.author_note }}{% endif %}{% endblock %} {% block og_image %}{{ request.url_root }}static/images/thumbs/{{ comic.filename }}{% endblock %} {% endif %} {% block content %}

{{ comic.title if comic.title else '#' ~ comic.number }}

{{ comic.date }}

{{ comic.title if comic.title else '#' ~ comic.number }}
{% if comic.author_note %}

Author Note

{{ comic.author_note }}

{% endif %}
{% endblock %}