{% extends "base.html" %} {% block content %}

{{ title }}

{% if previous %} {% endif %}
{% if next %} {% endif %}
{{code}}
{% if output %}
#Output: {{output}}
{% endif %} {% if version %} tested in version: {{version}} {% endif %}

{{ notHelpful_count }}

{{ helpful_count }}

Read More

{{ read_more | safe }}

{% endblock content %}