{% extends "500L.html" %} {% block header %}

{{ page.title }}

{{ page.author }}

{% endblock %} {% block intro %}{% endblock %} {% block content %}

This is an early-access chapter from 500 Lines or Less, the fourth book in the Architecture of Open Source Applications series. Please report any issues you find while reading this on our GitHub tracker. Watch the AOSA blog or on Twitter for announcements of new chapters and news about the final publication schedule.

{{ page.content }}
{% endblock content %} {% block footer %}{% endblock %}