intermodal/bin/gen/templates/references.md

7 lines
158 B
Markdown
Raw Normal View History

# {{title}}
{% for entry in entries -%}
- [{{entry.title.clone().unwrap_or(entry.url.to_string())}}]({{entry.url}}) — {{entry.description}}
{% endfor -%}