{% extends "base/base.html" %} {% load crispy_forms_tags %} {% load staticfiles %} {% block css %} {% endblock %} {% block content %} {% include 'messages/message.html' %}

Topic Tags

Topic tags are added by users to individual containers, along with the "From:" statement of the build recipe.
{% if tags %}
{% for tag in tags %} {% endfor %}
{% endif %} {% endblock %} {% block scripts %} {% endblock %}