Edit Home_page
This commit is contained in:
parent
672a64c797
commit
40ce47a4f2
|
@ -1,21 +1,11 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% load static %}
|
|
||||||
|
<!-- load wagtailcore_tags by adding this: -->
|
||||||
|
{% load wagtailcore_tags %}
|
||||||
|
|
||||||
{% block body_class %}template-homepage{% endblock %}
|
{% block body_class %}template-homepage{% endblock %}
|
||||||
|
|
||||||
{% block extra_css %}
|
<!-- replace everything below with: -->
|
||||||
|
|
||||||
{% comment %}
|
|
||||||
Delete the line below if you're just getting started and want to remove the welcome screen!
|
|
||||||
{% endcomment %}
|
|
||||||
|
|
||||||
{% endblock extra_css %}
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
{{ page.body|richtext }}
|
||||||
{% comment %}
|
{% endblock %}
|
||||||
Delete the line below if you're just getting started and want to remove the welcome screen!
|
|
||||||
{% endcomment %}
|
|
||||||
|
|
||||||
|
|
||||||
{% endblock content %}
|
|
Loading…
Reference in New Issue