{% 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" %}

{{ item.title }}

by {{ creator_username }}

{% if let Some(cover) = item.cover_image_url %} {{ item.title }} {% endif %}

You don't have access to this yet

This is the library view, available to people who own this item. Visit the store page to purchase or learn more.

View store page {% if !is_logged_in %} Log in {% endif %}
{% if !containing_bundles.is_empty() %}

Available in:

{% for bundle in containing_bundles %}

{{ bundle.title }} {{ bundle.price }}

{% endfor %}
{% endif %}
{% endblock %}