Sahand
initial commit
6b83428
raw
history blame
203 Bytes
{% extends 'base.html' %}
{% block content %}
<h1>{% block title %} Home page of the Nowcasting app {% endblock %}</h1>
<h1>Hello World!</h1>
<h2>Welcome to the FlaskApp!</h2>
{% endblock %}