summaryrefslogtreecommitdiff
path: root/templates/project.html
blob: 076e0a224f2f00734ec83f043ec5514f8da62573 (plain)
1
2
3
4
5
6
{% extends "base.html" %}
{% block body %}
    <h1>{{ project.name }}</h1>
    <p>{{ project.description }}</p>
    <p><a href="{{ project.link }}">Link</a></p>
{% endblock %}