mirror of
https://github.com/DrBeef/Quake2Quest.git
synced 2025-03-13 03:42:13 +00:00
6 lines
105 B
Django/Jinja
6 lines
105 B
Django/Jinja
{% extends "base/header.j2" %}
|
|
|
|
{% block content %}
|
|
{% include "base/indexed_call.j2" %}
|
|
|
|
{% endblock %}
|