{% extends 'layout_page.twig' %} {% set page = 'files' %} {% block title %}GitList{% endblock %} {% block content %} {% include 'breadcrumb.twig' with {breadcrumbs: breadcrumbs} %}
Raw Blame History
{% if fileType == 'image' %}
{{ file }}
{% elseif fileType == 'markdown' %}
{{ blob }}
{% else %}
{{ blob|htmlentities|raw }}
{% endif %}
{% endblock %}