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

7 lines
167 B
HTML
Raw Normal View History

2012-01-02 13:12:33 +00:00
{% extends "layout.html" %}
{% block title %}welcome{% endblock %}
{% block content %}
<h1>pypsyc</h1>
<a href="{{ url_for('register') }}">register</a>
{% endblock %}