-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more data to the index content bundle, and leverage it
- Loading branch information
lmarkus
committed
Dec 4, 2013
1 parent
b6830ab
commit 05a32c1
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
index.greeting=Hello, {name}! | ||
index.greeting=Welcome to the Kraken Store. Your one-stop-shop for kraken merchandise. | ||
index.addToCart=Add to cart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
{>"layouts/master" /} | ||
|
||
{<title} | ||
Product List | ||
{/title} | ||
|
||
{<body} | ||
<h1>{@pre type="content" key="index.greeting"/}</h1> | ||
{/body} | ||
<main role="main"> | ||
<p>{@pre type="content" key="index.greeting"/}</p> | ||
<div class="products"> | ||
</div> | ||
</main> | ||
{/body} |