prophet/docs/_layouts/home.html

27 lines
642 B
HTML
Raw Normal View History

2017-02-22 23:59:43 +00:00
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
2022-03-03 06:16:28 +00:00
<div class="socialBanner">
<div>
Support Ukraine 🇺🇦
<a href="https://opensource.fb.com/support-ukraine">
Help Provide Humanitarian Aid to Ukraine
</a>
.
</div>
</div>
2017-02-22 23:59:43 +00:00
{% include nav.html alwayson=true %}
<div class="navPusher">
{% include home_header.html %}
<div class="mainContainer">
<div id="main_wrap" class="wrapper mainWrapper">
{{ content }}
</div>
{% include powered_by.html %}
</div>
{% include footer.html %}
</div>
</body>
</html>