15 lines
No EOL
421 B
HTML
15 lines
No EOL
421 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block main %}
|
|
<h1>tollyx</h1>
|
|
<p>hi hello welcome to my website it's pretty wip right now yeah ok bye</p>
|
|
<h2>todo</h2>
|
|
<ul>
|
|
<li>static content ✅</li>
|
|
<li>sass compilation</li>
|
|
<li>post metadata (frontmatter)</li>
|
|
<li>rss/atom/jsonfeed</li>
|
|
<li>proper error handling</li>
|
|
<li>other pages???</li>
|
|
</ul>
|
|
{% endblock main %} |