iaso/iaso/templates/dashboard/dashboard.html

16 lines
293 B
HTML

{% extends "page_with_nav.html" %}
{% load static %}
{% load pipeline %}
{% block title %}
{{ block.super }} - dashboard
{% endblock %}
{% block css %}
{{ block.super }}
{% stylesheet 'dashboard' %}
{% endblock %}
{% block content %}
<h1>Let's cook.</h1>
{% endblock content %}