Back to Gleam

Documentation Page

compiler-core/templates/documentation_page.html

1.18.1257 B
Original Source

{# SPDX-License-Identifier: Apache-2.0 SPDX-FileCopyrightText: 2020 The Gleam contributors #} {% extends "documentation_layout.html" %} {% block title %} {{ title }} - {{ project_name }} {% endblock %} {% block content %} {{ content|safe }} {% endblock %}