{% extends "kitchen/base.html" %} {% block title %}Cook Log — Kitchen{% endblock %} {% block content %}

Cook Log

{% include "kitchen/partials/cook_log.html" %}
{% endblock %}