6 lines
166 B
HTML
6 lines
166 B
HTML
{% extends "base_with_header.html" %}
|
|
|
|
{% block main_container %}
|
|
{% include "recipes_list_fragment.html" %}
|
|
{% block content %}{% endblock %}
|
|
{% endblock %}
|