Files
Foundry-VTT-Docker/resources/app/templates/journal/page-image-view.html

10 lines
297 B
HTML
Raw Normal View History

2025-01-04 00:34:03 +01:00
{{#if data.title.show}}
<header class="journal-page-header">
<h{{data.title.level}}>{{data.name}}</h{{data.title.level}}>
</header>
{{/if}}
<figure>
<img src="{{data.src}}" alt="{{data.name}}">
{{#if data.image.caption}}<figcaption>{{data.image.caption}}</figcaption>{{/if}}
</figure>