{% extends "base.html" %} {% block head %} {{ super() }} {% endblock head %} {% block headers %} {% if object %}
The site is LaTeX friendly. You can use LaTeX notations for formulas inside $...$ or \[...\].
In every multi-line input fields you can get italics, boldface and links by enclosing text by simple delimiters: /italics/, *boldface*, [URL], [alternate text|URL]. To force a new paragraph leave a blank line, to break a line without a new paragraph use the vertical bar: |.
{{ super() }} {% endblock headers %} {% block content %} {% if object %} {% if name == "Paper" or name == "Seminar" or name == "Event" %}You may want to [add/manage] documents.
{% endif %} {% endif %} {% endblock %}