···11import gleam/dict
2233+/// We want to disable this while previewing, as to not spam ari.lt with
44+/// requests due to autoreloading.
55+pub const arrivertisements_show = False
66+37pub fn files() {
48 dict.from_list(todo as "templated:files")
59}
+1-5
src/homepage.gleam
···11-/// We want to disable this while previewing, as to not spam ari.lt with
22-/// requests due to autoreloading.
33-const arrivertisements_show = False
44-51/// Post data -------------------------------------------------------------------
62///
73/// Some special tags:
···10571053 "bg-accent mt-4 text-accent-content mx-auto max-w-2xl md:rounded-md md:mb-14 p-2 md:p-12 md:h-fit",
10581054 ),
10591055 ],
10601060- case arrivertisements_show {
10561056+ case data.arrivertisements_show {
10611057 True -> {
10621058 [
10631059 badges_ |> element.fragment(),