{% extends "base.html" %} {% block pagetitle %}One-Liner{% endblock %} {% block pageheader %}One-Liner {% if user.is_authenticated %} Post a one-liner {% endif %} {% endblock %} {% block content %} {% with 'expanded' as comments_expanded %} {% include 'oneliners/elements/oneliners.html' %} {% endwith %} {% endblock %}