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
Raw Normal View History

2022-05-21 07:27:51 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Elon Eats My Tweets</title>
</head>
<body>
{{block "content" .}}{{end}}
</body>
</html>