22 lines
442 B
HTML
22 lines
442 B
HTML
{% extends "base.html" %}
|
|
{% load static %}
|
|
|
|
{% block body_class %}template-homepage{% endblock %}
|
|
|
|
{% block extra_css %}
|
|
|
|
{% comment %}
|
|
Delete the line below if you're just getting started and want to remove the welcome screen!
|
|
{% endcomment %}
|
|
|
|
{% endblock extra_css %}
|
|
|
|
{% block content %}
|
|
|
|
{% comment %}
|
|
Delete the line below if you're just getting started and want to remove the welcome screen!
|
|
{% endcomment %}
|
|
|
|
|
|
{% endblock content %}
|