blob: afcf44500cf34f860897a5b937b94f29080e1946 (
plain) (
tree)
|
|
@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">
|