calibre-web-companion/CalibreWebCompanion/library/templates/registration/index.html

6 lines
90 B
HTML
Raw Permalink Normal View History

2020-07-09 05:14:08 +00:00
{% extends "base.html" %}
{% block content %}
<h1> Welcome {{user}} </h1>
{% endblock %}