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/dashboard.html

8 lines
142 B
HTML
Raw Normal View History

2022-05-21 20:51:47 +00:00
{{template "base.html" .}}
{{define "title"}}Elon Eats My Tweets | Dashboard{{end}}
{{define "content"}}
Welcome to your dashboard.
{{end}}