Archetype: doc_recipe.org.mustache

Table of Contents

Recipe with Question / Answer / Script / Tested-by sections, each renderable verbatim from flags (--question, --answer, …). Org-mode document scaffold generated from the entity meta-model. The produced `.org` file is tangled into the site build and kept in the org-roam graph.

See the Template variable reference for the complete list of available variables and their semantics.

Template

The full template source. Edit here and re-tangle with compass build --direct tangle_codegen_templates to regenerate library/templates/doc_recipe.org.mustache.

{{! GENERATED FILE — tangled from projects/ores.codegen/library/templates/doc.org. Edit the org source. }}
:PROPERTIES:
:ID: {{id}}
:END:
#+title: {{title}}
#+description: {{description}}
#+type: recipe
#+level: cross
#+filetags: {{filetags}}
#+created: {{date}}
#+updated: {{date}}

{{intro}}

* Question

{{question}}

* Answer

{{answer}}

* Script

{{script}}

* Tested by

{{tested_by}}

* See also

{{#see_also}}
- {{.}}
{{/see_also}}
{{^has_see_also}}
-
{{/has_see_also}}

See also

Emacs 29.1 (Org mode 9.6.6)