{{ article.title }}
{{ article.rendered_description }}
{% if article.sections.all %}
-
{% for section in article.sections.all %}
- {{ section.title }}
- {{ section.rendered_value }}
{% extends "base.html" %}
{% load static %}
{% block title %}{{ sub_product.name }} — {{ main_product.name }}{% endblock %}
{% block meta_description %}{{ sub_product.short_description }}{% endblock %}
{% block content %}
{{ sub_product.short_description }}
{{ main_product.name }}
{{ sub_product.name }}
{{ featured_version.release_notes }}
{% endif %} {% if show_older_versions_link %} {% endif %}{{ ver.release_notes }}
{% endif %}