{% macro icon( name, sronly, title ) -%} {%- if sronly %}{{ sronly }}{% endif -%} {%- endmacro %} {% macro alert( alertobj, classes ) %} {% if alertobj %} {% endif %} {% endmacro %} {% macro extension( ext ) %} {%- set current = ext.data.current -%} {%- set i7r = current.i7releases -%}

{{ ext.title }} by {{ ext.author }}

Version {{ current.version }}{% if i7r %} for Inform 7 {{ i7r }}{% endif %}

{%- if ext.description %}

{{ ext.description }}

{% endif -%}
{% endmacro %} {% macro searchbox( query ) %}

{% endmacro %}