17 lines
335 B
Plaintext
17 lines
335 B
Plaintext
---
|
|
layout: base.webc
|
|
---
|
|
|
|
<section class="page">
|
|
<div :if="imgFeat" class="imgFeat">
|
|
<img src="{{imgFeat}}" alt="">
|
|
</div>
|
|
|
|
<section class="text {{url}}" @raw="content">
|
|
</section>
|
|
|
|
<section :if="gallery" class="imgs">
|
|
<img for="img of gallery" src="{{img}}" alt="">
|
|
</section class="imgs">
|
|
</section>
|