- {#if graphic.title}
{graphic.title}
{/if}
- {#if graphic.description}
{graphic.description}
{/if}
- {#if graphic.notes}
{/if}
+
+ {#snippet backgroundSnippet()}
+
+
- {/each}
- {/snippet}
-
+ {/snippet}
+
+ {#snippet foregroundSnippet()}
+ {#each graphics as graphic, i}
+
+ {#if graphic.title}
{graphic.title}
{/if}
+ {#if graphic.description}
{graphic.description}
{/if}
+ {#if graphic.notes}
{/if}
+
+ {/each}
+ {/snippet}
+
+