mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
12 lines
No EOL
266 B
HTML
12 lines
No EOL
266 B
HTML
<div id="header">
|
|
|
|
<!-- Navigation -->
|
|
{% include nav-desktop.html logo-color="blue" %}
|
|
|
|
<!-- Hero content -->
|
|
<div class="page-info">
|
|
<h1 class="content">{% t pages.blog.title %}</h1>
|
|
<p class="content">{% t pages.blog.description %}</p>
|
|
</div>
|
|
|
|
</div> |