Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{% extends "layout.html" %}
|
||||
|
||||
{% block title %}Home{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Welcome to the Flask Template App!</h1>
|
||||
<p>This is the index page.</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user