mirror of
https://github.com/DrBeef/JKXR.git
synced 2025-02-10 09:20:38 +00:00
Opens in Android Studio but haven't even tried to build it yet (it won't.. I know that much!)
6 lines
105 B
Django/Jinja
6 lines
105 B
Django/Jinja
{% extends "base/header.j2" %}
|
|
|
|
{% block content %}
|
|
{% include "base/indexed_call.j2" %}
|
|
|
|
{% endblock %}
|