{% extends "base.html" %} {% block title %}{{ item.title }} - Library - Makenotwork{% endblock %} {% block body_attrs %} class="padded-page"{% endblock %} {% block head %} {% endblock %} {% block content %} {% include "partials/site_header.html" %}
This is the library view, available to people who own this item. Visit the store page to purchase or learn more.
Available in:
{% for bundle in containing_bundles %}{{ bundle.title }} {{ bundle.price }}
{% endfor %}