{% extends "template.html" %} {% block title %}Admin{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

Admin pages

Welcome Admin {{user}}

Invalidate the cache


Edit restaurants

{% endblock %} {% block scripts %} {% endblock %}