{{ $firstH1 :=
	(
		substr
		(
			delimit
			(
				findRE
				"^#{1} ([^{\n]+)"
				.RawContent
				1
			)
			""
		)
		2
	)
}}