layerindex-web/templates/admin/base_site.html
Paul Eggleton 93be8b1172 Move all templates to a templates directory
This should allow the templates to be found and swapped out more easily.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-03-06 16:55:23 +00:00

6 lines
127 B
HTML

{% extends "admin/base.html" %}
{% block branding %}
<h1 id="site-name">OpenEmbedded Metadata Index Admin</h1>
{% endblock %}