cyberstorm/book/react/action.tera

12 lines
253 B
Plaintext

{% import "macros.tera" as macros %}
# {{ macros::model_title(domain="react", model="action") }}
{% if content %}
{{ content }}
{% else %}
An atomic human action assigned to an response stage.
{% endif %}
{{ macros::summary_table(items=instances) }}