You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{% extends "base.html" %}
|
|
{% block content %}
|
|
<div class="content">
|
|
<a href="https://git.trivernis.net/Trivernis/plantwiki/src/branch/main/LICENSE.md"><h1>License</h1></a>
|
|
{{ load_data(path="/LICENSE.md") | markdown | safe }}
|
|
</div>
|
|
{% endblock content %}
|