forked from cadey/maj
14 lines
298 B
HTML
14 lines
298 B
HTML
|
@use super::statics::*;
|
||
|
|
||
|
@(title: &str)
|
||
|
|
||
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>@title</title>
|
||
|
<link rel="stylesheet" href="/static/@gruvbox_css.name">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
</head>
|
||
|
<body id="top">
|
||
|
<main>
|