Action context

{%- for key, value in g.action_context.items() %} {%- endfor %}
Key Value
{{ key }} {{ value|printable }}

Actions

{% for action in actions %} {%- endfor %}
Category Title Class Endpoint URL
{{ action.category }} {{ action.title }} {{ action.class }} {{ action.endpoint }} {{ action.url }}