30 lines
579 B
Handlebars
30 lines
579 B
Handlebars
{{#> layout }}
|
|
|
|
{{#*inline "page-content-block" }}
|
|
<section>
|
|
<h2 class="subtitle">An attempt at a viable alternative to Goodreads</h2>
|
|
|
|
<article class="flex two">
|
|
<div class="half">
|
|
<div class="card">
|
|
<header>
|
|
<p>Still gotta figure out a design.</p>
|
|
</header>
|
|
</div>
|
|
</div>
|
|
<div class="half">
|
|
<div class="card">
|
|
<header>
|
|
<p>It's early days, my friends!</p>
|
|
</header>
|
|
</div>
|
|
</div>
|
|
</article>
|
|
|
|
<article class="test">
|
|
{{ text }}
|
|
</article>
|
|
</section>
|
|
{{/inline}}
|
|
|
|
{{/layout}} |