<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>{% block title %}gitore{% endblock %}</title><link rel="stylesheet" type="text/css" href="/style-{{ crate::GLOBAL_CSS_HASH }}.css" />{%- block head -%}{%- endblock %}</head><body><header><h1><a href="/" class="no-hover">⛏️</a>{% block header -%}Git repository browser{%- endblock %}</h1></header>{%- block nav -%}<nav><div><a href="/" class="active">index</a></div><div class="grow"></div><div>{%- block extra_nav_links %}{% endblock %}</div></nav>{%- endblock -%}<aside>{%- block subnav %}{% endblock %}</aside><main>{%- block content %}{% endblock -%}</main><footer>generated by <a href="https://codeberg.org/kallisti5/gitore" target="_blank">gitore</a> v{{ crate::CRATE_VERSION }}at {{ time::OffsetDateTime::now_utc()|format_time }}in {{ "{:?}"|format(crate::layers::logger::REQ_TIMESTAMP.get().elapsed()) }}</footer></body></html>