{% extends "base.html" %} {% block bodyclass %}question{% endblock %} {% block title %}{{ question["Title"] | safe }}{% endblock %} {% block keywords %}{% for tag in question["Tags"] %}{{ tag }} {% endfor %}{% endblock %} {% block body %}
Asked: {{ question["CreationDate"] }}
Viewed: {{ question["ViewCount"] | intspace }} times
Active: {{ question["LastActivityDate"] }}