Add actual templates for everything
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{% extends "base" %}
|
||||
|
||||
{% block title %}
|
||||
{{ instance.name }}
|
||||
{% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Welcome on {{ instance.name }}</h1>
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user