{% extends 'layout.html' %} {% import 'macros.html' as macros %} {% block content %}

The Inform 7 Extensions Library

Library statistics

Actions

{{ macros.icon( 'info fa-fw' ) }} About the Library {% if user %} {% if user.can.create %} {{ macros.icon( 'upload fa-fw' ) }} Upload new extension {% endif %} {% if user.can.admin %} {{ macros.icon( 'cog fa-fw' ) }} Admin {% endif %} {{ macros.icon( 'sign-out fa-fw' ) }} Sign out {% else %} {{ macros.icon( 'sign-in fa-fw' ) }} Sign in with Google {% endif %}

Recently updated extensions

{% for ext in extensions.rows %} {{ macros.extension( ext ) }} {% endfor %}
{% endblock %}