{% extends 'base_comic.html' %} {% block content %}
{% if comic.header %}{% else %}

{{ comic.title }}

{% endif %}
{% if header_links %} {% endif %}
{% include 'comics/comic_arrows.html' %} {% if editmode %} {% endif %}
{% if current_page.content %} {% endif %} {% if editmode %} {% endif %}
{% include 'comics/comic_arrows.html' %} {% if editmode %} {% endif %}
{% with comic as object %} {% include 'ratings/comic_like_this.html' %} {% endwith %} {% comment %}
merchandise
{% endcomment %}
{% if other_comic_links or misc_links %}
{% if other_comic_links %} {% for link in other_comic_links %}
{% if link.image %}{% else %}{{ link.name }}{% endif %} {% endfor %}

{% endif %} {% if misc_links %} {% for link in misc_links %}
{% if link.image %}{% else %}{{ link.name }}{% endif %} {% endfor %} {% endif %}
{% endif %}
{% include 'comics/author_note.html' %}
{% include 'inc/adbox_home_side1.html' %}
{% include 'inc/adbox_home_side2.html' %}
{% with current_page as object %} {% with current_page.comic.user as owner %} {% include 'comments/module.html' %} {% endwith %} {% endwith %}
{% endblock %}