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
164 B 9 lines
1{% extends "documentation_layout.html" %} 2 3{% block title %} 4{{ title }} - {{ project_name }} 5{% endblock %} 6 7{% block content %} 8{{ content|safe }} 9{% endblock %}