rpiwebapp-public/templates/publisherSeriesView.html
Matthew Welch c49eb99cd2 Added users and thumbnails
Added users so that the site can only be used if logged in. Thumbnails for each comic are also generated with ImageMagick.
2019-07-15 22:51:10 -07:00

10 lines
223 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="container col-7">
<div class="row justify-content-start">
{% include "PublisherSeriesList.html" %}
</div>
</div>
{% endblock %}