This repository has been archived on 2022-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
elon-eats-my-tweets/templates/views/base.html

10 lines
141 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Elon Eats My Tweets</title>
</head>
<body>
{{block "content" .}}{{end}}
</body>
</html>