mirror of
https://github.com/DrBeef/Quake2Quest.git
synced 2025-03-04 07:50:57 +00:00
9 lines
223 B
Text
9 lines
223 B
Text
|
{% if ifdef %}#ifdef {{ ifdef }}
|
||
|
{% endif %}
|
||
|
{% if ifndef %}#ifndef {{ ifndef }}
|
||
|
{% endif %}
|
||
|
{% block main %}{% endblock %}
|
||
|
{% block content %}{% endblock %}
|
||
|
{% if ifdef %}#endif{% endif %}
|
||
|
{% if ifndef %}#endif{% endif %}
|