2021-03-02 04:17:16 +00:00
|
|
|
{% import "macros.tera" as macros %}
|
|
|
|
|
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) }}
|
2021-03-02 04:17:16 +00:00
|
|
|
|
|
|
|
## Description
|
|
|
|
|
|
|
|
{{ macros::content(content=doc.content) }}
|
|
|
|
|
|
|
|
## References
|
|
|
|
|
|
|
|
{{ macros::references(refs=doc.references) }}
|