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.
9 lines
372 B
HTML
9 lines
372 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<section class="content">
|
|
<h1 class="title">Welcome to the plant wiki.</h1>
|
|
<p>This is where I put the information I need to take care of my houseplants.</p>
|
|
<p>The list of plants can be found <b><a href="{{ get_url(path="@/plants/_index.md") }}">here</a></b>
|
|
</section class="content">
|
|
{% endblock content %} |