{! #include "../ui-diff.h" !} {% page cgit_print_diff_page %} {! page_start(); !} {! repo_header(); !}
{# Main content #} {! repo_description_panel(); !} {! repo_summary_bar(); !}
{# Diff panel #} {! cgit_print_diff(ctx.qry.oid, ctx.qry.oid2, ctx.qry.path, 0, 0); !}
{! page_end(); !} {% endpage %}