{% extends 'base.html' %} {% block title %}{{ owner }}/{{ repo }} - {{ file_path }}{% endblock %} {% block content %}

{{ owner }}/{{ repo }} - {{ file_path }}

{% if is_text %} {% if is_safe %}
{{ file_content | safe }}
{% else %}
{{ file_content }}
{% endif %} {% elif is_image %} {{ file_path }} {% else %}

This file is binary and cannot be displayed.

{% endif %}

Download

{% endblock %}