Files
blog.raer.me/templates/page.html
Freyja Odinthrir 7922bab8e3 Migrate to blag
- Convert old html blogposts to markdown
- Organize things into blag's folder structure
- Adjust html and css templates
2024-01-17 12:04:35 -08:00

10 lines
124 B
HTML

{% extends "base.html" %}
{% block title %}{{ title }}{% endblock %}
{% block content %}
{{ content }}
{% endblock %}