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

If you have a question that can be answered by an appropriate bash one-liner, feel free to ask it here.

{% if user.is_authenticated %} {% if not questions %}

Post a question

{% endif %} {% else %}
Note: you have to login (with an OpenID) to post a question.
{% endif %}
{% if questions %} {% include 'oneliners/elements/questions.html' %} {% endif %} {% endblock %} {% block ready %} $('#id_summary').focus(); {% endblock %}