# SPDX-FileCopyrightText: Copyright (c) 2023 MichaƂ Pokusa # # SPDX-License-Identifier: Unlicense Example of comments in templates Nothing below this line will be rendered {# This is a line comment #} {% comment %} This is a block comment without optional note {% endcomment %} {% comment "Optional note" %} This is a block comment with optional note {% endcomment %}