{% extends 'base.html' %} {% load simplesocial %} {% block title %}{{ page.title }}{% endblock %} {% block extra-head %} {{ block.super }} {% endblock %} {% block js %} {{ block.super }} {% endblock %} {% block content %} {% if request.path != '/' %}

{{ page.title }}

{% endif %} {% if page.show_share_buttons %} {% with page.title|add:' | '|add:site_name as title %} {% wide_social_buttons request title page.get_absolute_url %} {% endwith %} {% endif %} {{ page.rendered_content }} {% if page.show_share_buttons %} {% with page.title|add:' | '|add:site_name as title %} {% narrow_social_buttons request title page.get_absolute_url %} {% endwith %} {% endif %} {% endblock %}