{# base template for entry content #} {# post type icon, userpic, post controls #} {% block chrome %} {% include "motion/assets/bits/chrome.html" %} {% endblock %}
{% block header %} {# author name, post source #} {% include "motion/assets/bits/header.html" %} {% endblock %}
{% block title %} {% if entry.title %}{% spaceless %} {% if not entry.source %} {% if settings.use_titles %}

{{ entry.title }}

{% endif %} {% else %}

{% autoescape off %}{{ entry.title|striptags }}{% endautoescape %}

{% endif %} {% endspaceless %}{% endif %} {% endblock %} {% block media %}{% endblock %} {% block activity %}{% endblock %} {% block content %} {% if entry.content %} {% include "motion/assets/bits/content.html" %} {% endif %} {% endblock %}
{% block footer %} {# comment count, favorite control, timestamp #} {% include "motion/assets/bits/footer.html" %} {% endblock %}