mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Hero content and variable i18n example.
This commit is contained in:
parent
63c812a569
commit
49629b0c18
15 changed files with 554 additions and 253 deletions
12
index.html
12
index.html
|
@ -1,9 +1,19 @@
|
|||
---
|
||||
layout: default
|
||||
title: pages.home.title
|
||||
description: Dash is Digital Cash
|
||||
description: pages.home.description
|
||||
---
|
||||
|
||||
|
||||
{% tf home/hero.html %}
|
||||
|
||||
<div class="content">
|
||||
{% t pages.home.architecture-heading %}
|
||||
|
||||
{% t pages.home.architecture-text %}
|
||||
</div>
|
||||
|
||||
|
||||
<!-- {% tf home/intro-header.html %}
|
||||
|
||||
{% tf home/what-is-dash.html %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue