7 lines
209 B
HTML
7 lines
209 B
HTML
{% extends '__layout__.html' %}
|
|
{% block title %}About us{% endblock %}
|
|
{% block content %}
|
|
<div class="container" style="min-height: 100vh;margin-top: 100px;">
|
|
<h1>About Vortexi</h1>
|
|
</div>
|
|
{% endblock %} |