python - Why isn't my django templating working? -


i've got django templating i'm doing won't render block. block looks like:

{% block compose %}     {% load static %}     <some html></some html> {% endblock %} 

and have block being called in base.html so:

<div id="fixedcomp">      {% block compose %}{% endblock %} </div> 

if can tell me why isn't rendering appreciated. in advance.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -