{% extends "layout.html" %} {% block title %} {{ title_path }} {{ current_project|capitalize }} source code ({{ current_tag }}) - Bootlin Elixir Cross Referencer {% endblock %} {% block description -%} {%- if path == '' -%} Elixir Cross Referencer - explore {{ current_project|capitalize }} {{ current_tag }} source code in your browser. {%- else -%} Elixir Cross Referencer - source tree of {{ current_project|capitalize }} {{ current_tag -}} {{- '' if path|length <= 1 else ': ' + path[1:] }} {%- endif -%} {%- endblock -%} {% block main %}
{% if back_url is not none %} {% endif %} {% for type, name, path, url, size in dir_entries %} {% endfor %}
Parent directory
{% if type == 'symlink' %} {{ name }} -> {{ path }} {% else %} {{ name }} {% endif %} {% if size is not none %} {{ size }} bytes {% endif %}
{% endblock %}