pypsyc/mjacob2/pypsyc/server/webif/templates/index.html

7 lines
167 B
HTML

{% extends "layout.html" %}
{% block title %}welcome{% endblock %}
{% block content %}
<h1>pypsyc</h1>
<a href="{{ url_for('register') }}">register</a>
{% endblock %}