summaryrefslogblamecommitdiff
path: root/templates/header.rs.html
blob: afcf44500cf34f860897a5b937b94f29080e1946 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                              
@use chrono::{DateLike, Utc};

@(title: Option<&str>, styles: Option<&str>)

<!DOCTYPE html>
<html lang="en">
	<head>
		@if title.is_some() {
		<title>@title.unwrap()</title>
		} else {
		<title>cara salter</title>
		}
	</head>
	<body>
		<div class="container">