ldview/src/ldview/views/templates/about.html

11 lines
146 B
HTML

{% extends "ldview/views/templates/base.html" %}
{% block content %}
<p>this is the story of ldview... work in progress</p>
{% endblock %}