{% extends "base.html" %}{% block bodyclass %}tag{% endblock %}{% block title %}{{ tag }}{% endblock %}{% block body %}
{{ question["Score"] }} {{ question["Title"] }} {{ question["CreationDate"] }}
{% if hasprevious %} Previous{% endif %}{% if hasnext %}Next {% endif %}