{% extends "1-col.html" %} {% block head_title %}{% if page.meta_title %}{{ page.meta_title}}{% else %}{{ page.title }}{% endif %}{% endblock %} {% block meta_description %}{{ page.meta_description }}{% endblock %} {% block about_active %} {% if page.slug == 'about-us' %}active{% endif %} {% endblock %} {% block gallstones_active %} {% if page.slug == 'gallstones' %}active{% endif %} {% endblock %} {% block tests_active %} {% if page.slug == 'tests' %}active{% endif %} {% endblock %} {% block surgery_active %} {% if page.slug == 'surgery' %}active{% endif %} {% endblock %} {% block links_active %} {% if page.slug == 'links' %}active{% endif %} {% endblock %} {% block banner %} {% if page.get_banners %}
{{ page.content|safe }}
{% for subpage in page.get_pages %}{{ subpage.content|striptags|truncatewords:50|safe }}
Read More »