Tags
On top of the template tags that Twig comes with, Craft provides a few of its own.
{% cache %}
{% exit %}
{% header %}
{% css %}
{% do view.registerCssFile(url) %}
{% js %}
{% do view.registerJsFile(url) %}
{% nav %}
{% paginate %}
{% redirect %}
{% requireLogin %}
{% requirePermission %}
{% switch %}