From 6c53f3dc43f072dce4ffe4a1bd306074dd20ff39 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Sun, 17 Aug 2025 22:10:27 +1000 Subject: Initial commit --- Pages/Shared/_Layout.cshtml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Pages/Shared/_Layout.cshtml (limited to 'Pages/Shared/_Layout.cshtml') diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml new file mode 100644 index 0000000..be445cc --- /dev/null +++ b/Pages/Shared/_Layout.cshtml @@ -0,0 +1,25 @@ +@{ + ViewBag.Title ??= "HyperBooru"; + ViewBag.ContentScroll ??= true; + ViewBag.ContentMargin ??= "30px"; +} + + + + + + + + + @ViewBag.Title + + + +
+ @RenderBody() +
+ + \ No newline at end of file -- cgit v1.3