9 lines
158 B
HTML
9 lines
158 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
{% include "loader.html" %}
|
|
You may customize this site by using a custom index page!
|
|
{% endblock content %}
|
|
|
|
|