valor/layouts/_default/single.html

7 lines
114 B
HTML
Raw Normal View History

2022-08-17 14:47:54 -04:00
<!DOCTYPE html>
<html>
{{partial "head" .}}
<body>
{{partial "profile" .}}
</body>
</html>