20a2d43b74
Also added a nice and shiny search field in the template.
7 lines
134 B
HTML
7 lines
134 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}{{ domain }}{% endblock %}
|
|
|
|
{% block content %}
|
|
<b>{{ instance_name }}</b>
|
|
{% endblock %}
|