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