IceCold/templates/fridge/single.html.twig
Tim 725fa47c6d Start on the fridge frontend
Create list overview without styling
Start on editer of fridge
2022-01-02 01:01:00 +01:00

5 lines
89 B
Twig

{% extends "base/base.html.twig" %}
{% block body %}
{{ form(form) }}
{% endblock %}