sweet-potator 0.4.3

Static recipe site generator
Documentation
1
2
3
4
5
6
7
8
9
{% extends "blocks/base.md" %}

{% block main -%}
# {{ lang.index.heading }}

{% for recipe in recipes -%}
  - [{{ recipe.title }}]{{ recipe.path | escape_xml | safe }}
{% endfor %}
{%- endblock main %}