mirror of
https://github.com/DrBeef/RTCWQuest.git
synced 2025-03-01 14:51:09 +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 %}
|