mirror of
https://github.com/django-components/django-components.git
synced 2025-08-31 03:07:19 +00:00
12 lines
227 B
HTML
12 lines
227 B
HTML
{% load component_tags %}
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<body>
|
|
<main role="main">
|
|
<div class='container main-container'>
|
|
{% block body %}
|
|
{% endblock %}
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html>
|