{% extends 'repo/repo_master.html' %} {% do g.register_forge_css('css/forge/hilite.css') %} {% block title %} {{c.project.name}} / {{c.app.config.options.mount_label}} / Diff of {{h.really_unicode(a.path())}} {% endblock %} {% block header %}Diff of {{b.path()}} {{a.commit.shorthand_id()}} .. {{b.commit.shorthand_id()}} {% endblock %} {% block content %} {{ clone_info(c.app.repo) }} {% if (not a.has_html_view and not a.has_image_view) or (not b.has_html_view and not b.has_image_view) %} {{a.name}} cannot be displayed in your browser. You may, however, download this file instead. {% endif %} {% if a.has_html_view and b.has_html_view %}