{% extends "start/base.html" %} {% block title %}Loophost.dev: Local software development with Loophosting{% endblock %} {% block head %} {{ super() }} {% include "partials/upgrade.html" %} {% block headline %}Welcome to your LoopHost{% endblock %} {% block content %} {{ super() }} {% include "partials/apptable.html" %} Add a new application App name (no spaces, please): {% endblock %} {% block scripts %} {{ super() }} {% endblock %}