1👍
You can’t have a newline in the middle of a tag, start each block tag on a separate line
{% extends 'base.html' %}
{% block title %}My Blog{% endblock %}
{% block content %}Hello{% endblock %}
Source:stackexchange.com
1👍
You can’t have a newline in the middle of a tag, start each block tag on a separate line
{% extends 'base.html' %}
{% block title %}My Blog{% endblock %}
{% block content %}Hello{% endblock %}