{%- extends "starterkit/blueprints/starterkit.html" -%} {% block body %}
{{ _("Hello, {whom}!").format(whom=whom) }}

Welcome to Docker Flask Starterkit

This is a sample instance of docker-flask-starterkit. Please see its documentation and source code to learn more. It's awesome!

{% endblock %}