inventory/templates/form.html

8 lines
141 B
HTML

<!-- templates/worklog.html -->
{% extends "layout.html" %}
{% block title %}{{ title }}{% endblock %}
{% block content %}
{% endblock %}