You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
inventory-app/templates/index.html

12 lines
187 B

{% extends "main.html" %}
{% block content %}
<h1>Hello {{ name }}</h1>
<p>This is a test page</p>
<article>
<h2>Card</h2>
</article>
<a href="/auth/logout">Logout</a>
{% endblock %}

Powered by TurnKey Linux.