- Convert old html blogposts to markdown - Organize things into blag's folder structure - Adjust html and css templates
10 lines
124 B
HTML
10 lines
124 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}{{ title }}{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
{{ content }}
|
|
|
|
{% endblock %}
|