Hello
Im trying to make a blog from docs (getting started) step by step but there are some problems:
1. replace code with this :
% extends "base.html" %}
{% load static core_tags wagtailcore_tags %}
{% block body_class %}template-homepage{% endblock %}
{% block content %}
{{ self.body|richtext }}
{% endblock %}
after change:
TemplateSyntaxError at /
'core_tags' is not a valid tag library: Template library core_tags not found, tried
2. add image :
{% if self.main_image %}
{% image self.main_image width-400 %}
{% endif %}
after change:
Invalid block tag: 'image', expected 'elif', 'else' lub 'endif'