Back to Zulip

Marketing Page

templates/zerver/marketing_page.html

12.0441 B
Original Source

{% extends "zerver/base.html" %} {% set entrypoint = entrypoint|default("marketing-page") %} {# A base template for marketing pages. #} {# TODO: Rewrite these classes to refer to marketing-page-*, not portico-*. #} {% block content %}

{% include 'zerver/marketing_nav.html' %} {% block marketing_content %} {% endblock %}

{% if not isolated_page and not skip_footer %} {% include 'zerver/footer.html' %} {% endif %} {% endblock %}