/* catcrafts.net Copyright (C) 2025 Catcrafts The source code of this website is made available for viewing purposes only. No permission is granted to copy, modify, distribute, or create derivative works. */ export module Catcrafts:Views; import Crafter.CppDOM; using namespace Crafter; export namespace Catcrafts { HtmlElementView* body = new HtmlElementView("body", R"(
)"); HtmlElementView* head = new HtmlElementView("head", R"( Catcrafts.net )"); HtmlElementView* main = new HtmlElementView("main"); }