{# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. -#} {{ title }}
{{ dirs.len() }} directories {{ files.len() }} files
{% for dir in dirs -%} {% endfor -%} {% for file in files -%} {% endfor -%}
Name Size Modified
Go up - -
{{ dir.name }} -
{{ file.name }} {{ file.size|filesizeformat }}
{% if dirs.len() + files.len() == 0 -%}
Nothing here
{% endif -%}
{% if readme != "".to_string() -%}
{{ readme|safe }}
{% include "github-markdown.css.html" %} {% endif -%}