{% extends 'base_sidebar.html' %} {% block title %} Home page {% endblock %} {% block rightcontent %} {% if entry %} {% include 'entries/inc/entry.html' with entry=entry %} {% endif %} {% endblock %}