Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

gleam / compiler-core / templates / documentation_page.html
262 B 13 lines
1{# 2 SPDX-License-Identifier: Apache-2.0 3 SPDX-FileCopyrightText: 2020 The Gleam contributors 4#} 5{% extends "documentation_layout.html" %} 6 7{% block title %} 8{{ title }} - {{ project_name }} 9{% endblock %} 10 11{% block content %} 12{{ content|safe }} 13{% endblock %}