django-markdownx/testapp/templates/base.html

7 lines
94 B
HTML
Raw Normal View History

2016-12-04 18:36:41 +00:00
<!doctype html>
<html lang="pl">
<body>
{% block content %}{% endblock %}
</body>
</html>