{% import "macros.html" as macros %}
{$ alias.description | safe $}
{%- highlight "typescript" -%} type {$ alias.name | safe $} = {$ alias.type | safe $}; {%- end_highlight -%}