{% extends "base.html" %} {% block title %} Fresh Flask {% endblock %} {% block head %} {{ super() }} {% endblock %} {% block body %} {% if Name %}

Hello, {{Name}}!

Welcome to the Fresh Flask! From here you can easily find and add music from reddit subs


Use the search button above!

Learn more
{% else %}

Hello friend! Click here to setup the Fresh Flask!

{% endif %} {% endblock %}