Nicole Tietz-Sokolskaya
3acafda0d3
and templates. Tihs also adds an ADR for using Tailwind. Add a pile of dependencies setup orm, add admin tool admin tool does random pass if none provided add tons of css stuff finish up web skeleton
9 lines
152 B
HTML
9 lines
152 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
{% include "head.html" %}
|
|
<body>
|
|
{% include "top_bar.html" %}
|
|
|
|
Hi there, {{ user.full_name }}!
|
|
</body>
|
|
</html>
|