1
0
Fork 0
forked from github/pelican
pelican-theme/samples/content/pages/jinja2_template.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
77 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
Some text
{% endblock %}