{% 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 %}

Post a question

{% else %}
Note: you have to login (with an OpenID) to post a question.
{% endif %}
{% if questions %}

Recent questions

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