{% extends "layout.html" %} {% block title %}{{ tag.type | capitalize }} {{ tag.ref }} ({{ tag.tag }}){% if tag.name and "<" not in tag.name %}: {{ tag.name }}{% endif %}{% endblock %} {% block head %} {% endblock %} {% block breadcrumb %} {{ macros.breadcrumb(breadcrumb) }} {% endblock %} {% block hamburger %} {{ macros.tagHamburger(tag, neighbours, "", dependencies) }} {% endblock %} {% block body %}
{{ tag.slogan.html | safe }} {% endif %} {% if tag.reference %}
{{ tag.reference.html | safe }} {% endif %} {% if tag.history %}
{{ tag.history.html | safe }} {% endif %} {{ html | safe }} {% if tree %}
Your email address will not be published. Required fields are marked.
In your comment you can use Markdown and LaTeX style mathematics (enclose it like $\pi$
). A preview option is available if you wish to see how it works out (just click on the eye in the toolbar).
All contributions are licensed under the GNU Free Documentation License.
Comments ({{ comments | length }})
{% for comment in comments %}Comment #{{ comment.id }} by {% if comment.site %}{{ comment.author }} {% else %}{{ comment.author }}{% endif %} on
There are also:
{% for parent in parentComments %}- {{ parent[1] }} comment(s) on {{ parent[0].type | capitalize }} {{ parent[0].ref }}{% if parent[0].name %}: {{ parent[0].name | safe }}{% endif %}
{% endfor %}
{% endif %}