1 changed files with 2 additions and 8 deletions
@ -1,21 +1,15 @@ |
|||||
{% extends "base.html" %} |
{% extends "base.html" %} |
||||
{% load static %} |
{% load static %} |
||||
|
{% load wagtailcore_tags %} |
||||
|
|
||||
{% block body_class %}template-homepage{% endblock %} |
{% block body_class %}template-homepage{% endblock %} |
||||
|
|
||||
{% block extra_css %} |
{% block extra_css %} |
||||
|
|
||||
{% comment %} |
|
||||
Delete the line below if you're just getting started and want to remove the welcome screen! |
|
||||
{% endcomment %} |
|
||||
<link rel="stylesheet" href="{% static 'css/welcome_page.css' %}"> |
|
||||
{% endblock extra_css %} |
{% endblock extra_css %} |
||||
|
|
||||
{% block content %} |
{% block content %} |
||||
|
|
||||
{% comment %} |
|
||||
Delete the line below if you're just getting started and want to remove the welcome screen! |
|
||||
{% endcomment %} |
|
||||
{% include 'home/welcome_page.html' %} |
|
||||
|
{{ page.body|richtext }} |
||||
|
|
||||
{% endblock content %} |
{% endblock content %} |
||||
|
Loading…
Reference in new issue