mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-09-02 02:05:14 +00:00
14 lines
No EOL
315 B
HTML
14 lines
No EOL
315 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<-- Head -->
|
|
{% include head.html %}
|
|
<-- head -->
|
|
<body data-spy="scroll" data-target=".navbar" data-offset="100">
|
|
|
|
{% include header.html %}
|
|
{{ content }}
|
|
{% include footer.html %}
|
|
{% include js.html %}
|
|
|
|
</body>
|
|
</html> |