mirror of
https://github.com/tvastri-studio/iaso.git
synced 2025-04-09 22:40:16 -04:00
16 lines
293 B
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 %} |