{% extends "base.html" %} {% block pagetitle %}Questions{% endblock %} {% block pageheader %}Questions{% endblock %} {% block keywords %}{% endblock %} {% block description %}{% endblock %} {% block content %}

Are you looking for a one-liner for some specific purpose and it's not on the site yet? (Surely you searched well, right?) Feel free to ask for it here.

{% if user.is_authenticated %}

Post a question

{% else %}

To post a question, please login first.

{% endif %}
{% if questions %}

Recent questions

{% include 'main/elements/questions.html' %} {% endif %} {% endblock %} {% block ready %} $('#id_summary').focus(); {% endblock %}