{% extends "base.html" %} {% block content %}

Welcome to the Thermal Printer Application

Select an option below to get started.

{% for name, template in templates.items() %} {{ template.name }} {% endfor %} Settings
{% endblock %}