{% extends "base.html" %} {% block content %}

Corvette — Autoindex Directory Listing

{% for l in lines %} {% if not l.hide %}

   {{ l.text }}

{% endif %} {% endfor %}

{% endblock %}