<section class="location-limited-preview" style="--location-accent: {{accent}};">
    {{#if missing}}
    <div class="npc-dossier-missing">This location could not be found.</div>
    {{else}}
    <div class="location-limited-preview-icon">
        {{#if imageSrc}}<img src="{{imageSrc}}" alt="{{name}}">{{else}}<i class="fas fa-map-location-dot" aria-hidden="true"></i>{{/if}}
    </div>
    <h2>{{name}}</h2>
    <p>You have not visited this location yet.</p>
    {{/if}}
</section>
