{% extends 'base.html' %} {% load static %} {% block content %} {% include 'home.html' %} {% include 'sobre.html' %} {% include 'gastronomia.html' %} {% if empresa.produtos %} {% include 'menu.html' %} {% endif %} {% if empresa.offers %} {% include 'ofertas.html' %} {% endif %} {% include 'galeria.html' %} {% if empresa.passeio %} {% include 'passeio.html' %} {% endif %} {% if empresa.blog %} {% include 'blog.html' %} {% endif %} {% include 'videos.html' %} {% include 'contato.html' %} {% if empresa.reserva %} {% include 'reserva.html' %} {% endif %} {% include 'footer.html' %} {% endblock %}