homepage/garden-data-gen/templates/plant-card.html

14 lines
325 B
HTML
Raw Normal View History

2024-03-16 16:41:08 +00:00
<div class="plant-card">
<section>
<h2>!IDENTIFIER!</h2>
<p class="gen">Generation !GENERATION!</p>
<p>!DESCRIPTION!</p>
<p>!PLANTING_INFO!</p>
</section>
<section>
<h3>Images</h3>
<div class="pswp-gallery">
!IMAGES!
</div>
</section>
</div>