{% extends "base.html" %} {% block title %} Fresh Flask {% endblock %} {% block head %} {{ super() }} {% endblock %} {% block body %} {% if Name %}
Welcome to the Fresh Flask! From here you can easily find and add music from reddit subs
Use the search button above!
Learn moreHello friend! Click here to setup the Fresh Flask!
{% endif %} {% endblock %}