{% extends "web/article.html" %} {% block breadcrumbs %}
  • {{page.section.topic_version.topic.name}}
  • {{page.section.topic_version.name}}
  • {% if page.namespace %}
  • {{page.namespace.name}}
  • {% endif %}
  • › {{page.name}}
  • {% endblock %} {% block article_content %}

    {{page.title}}

    {{page.data|safe}}
    {% comment %}

    Snippets

    {% for snippet in snippets %}
  • {{ snippet.name }}
  • {% endfor %}

    Questions & Answers

    {% for question in questions %}
  • {{ question.name }}
  • {% endfor %}

    Tutorials

    {% for tutorial in tutorials %}
  • {{ tutorial.name }}
  • {% endfor %} {% endcomment %} {% endblock %}