mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
10 lines
94 B
HTML
10 lines
94 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
{% include head.html %}
|
|
<body>
|
|
|
|
{{ content }}
|
|
|
|
</body>
|
|
</html>
|