9 lines
253 B
HTML
9 lines
253 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
<section class="about">
|
|
<h1>About Us</h1>
|
|
<p>This is a simple Flask web application created as a demonstration.</p>
|
|
<p>Learn more about our team and mission here.</p>
|
|
</section>
|
|
{% endblock %} |