{% extends "base.html" %}
{% block pagetitle %}One-Liner{% endblock %}
{% block pageheader %}One-Liner{% endblock %}
{% block content %}
{% with 'expanded' as comments_expanded %}
{% include 'main/elements/oneliners.html' %}
{% endwith %}
{% endblock %}