2019-11-27 13:11:43 +00:00
|
|
|
{% if not append | deep_get(role, "internal.append") %}
|
2019-11-26 15:40:55 +00:00
|
|
|
{% set meta = role.meta | default({}) %}
|
|
|
|
---
|
2019-11-27 13:11:43 +00:00
|
|
|
title: {{ meta.name.value | save_join(" ") }}
|
|
|
|
type: docs
|
2019-11-26 15:40:55 +00:00
|
|
|
---
|
2019-11-27 13:11:43 +00:00
|
|
|
{% endif %}
|
2019-11-26 15:40:55 +00:00
|
|
|
{% if description | deep_get(meta, "description.value") %}
|
2019-12-02 14:00:32 +00:00
|
|
|
|
2019-11-26 15:40:55 +00:00
|
|
|
{{ meta.description.value | save_join(" ") }}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{# TOC #}
|
2022-02-21 20:38:47 +00:00
|
|
|
{% include '_toc.j2' %}
|
2019-11-26 15:40:55 +00:00
|
|
|
|
|
|
|
{# Vars #}
|
2022-02-21 20:38:47 +00:00
|
|
|
{% include '_vars.j2' %}
|
|
|
|
|
2022-02-26 12:35:34 +00:00
|
|
|
{# Todo #}
|
|
|
|
{% include '_tag.j2' %}
|
|
|
|
|
2022-02-21 20:38:47 +00:00
|
|
|
{# Todo #}
|
|
|
|
{% include '_todo.j2' %}
|
2019-11-26 15:40:55 +00:00
|
|
|
|
|
|
|
{# Meta #}
|
2022-02-21 20:38:47 +00:00
|
|
|
{% include '_meta.j2' %}
|