2021-03-02 04:17:16 +00:00
|
|
|
{% import "macros.tera" as macros %}
|
|
|
|
{% set stage = doc.stage | get_doc %}
|
|
|
|
|
2021-03-03 02:38:15 +00:00
|
|
|
# {{ macros::doc_title(doc=doc) }}
|
2021-03-02 04:17:16 +00:00
|
|
|
|
2021-03-03 02:38:15 +00:00
|
|
|
{{ macros::doc_details(doc=doc) }}
|
|
|
|
{{ macros::doc_details_next(title="Stage", value=macros::doc_rich_link(doc=stage)) }}
|
|
|
|
{{ macros::doc_details_next(title="Description", value=doc.description) }}
|
|
|
|
{{ macros::doc_details_tags(tags=doc.tags) }}
|
2021-03-02 04:17:16 +00:00
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
{{ macros::content(content=doc.content) }}
|
|
|
|
|
|
|
|
## References
|
|
|
|
|
|
|
|
{{ macros::references(refs=doc.references) }}
|