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