{% extends 'base.html' %} {% block title %}{{ owner }}/{{ repo }} - {{ file_path }}{% endblock %} {% block content %}
{{ file_content | safe }}
{% else %}
This file is binary and cannot be displayed.
{% endif %}