Skeleton for 'index' and 'search' pages

This commit is contained in:
Oliver 2018-05-08 23:26:32 +10:00
parent 552953a1f8
commit c821d22b87
2 changed files with 11 additions and 1 deletions

View File

@ -6,5 +6,5 @@
{% block js_load %}
{{ block.super }}
{% endblock %}

View File

@ -0,0 +1,10 @@
{% extends "base.html"% }
{% block content %}
{% endblock %}
{% block js_load %}
{{ block.super }}
{% endblock %}