mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-03-19 06:40:23 +00:00
Static builds moved from Gulp to NPM Static sources moved to .static folder Removed and ignored compiled statics Testapp base template cleanup
6 lines
94 B
HTML
6 lines
94 B
HTML
<!doctype html>
|
|
<html lang="pl">
|
|
<body>
|
|
{% block content %}{% endblock %}
|
|
</body>
|
|
</html>
|