{% extends "web/_file_base.html" %} {% block file_contents %} {% for section in sections %} {% if section.title %} {#This section has a title: can be collapsed#}
{{ section.title }}
{{ section.content }}
{% else %}
{{ section.content }} style="--file-lineno-width: {{ file_lineno_width }}em;"
{% endif %} {% endfor %} {% endblock %}