{{#> main}}
{{> navbar}}
{{#each info}}

{{{this}}}

{{/each}}

VTubers

{{#each vtubers}} {{/each}}
Name Image Theme Color Links
{{this.displayName}} {{#if this.image}}{{this.displayName}}{{/if}} {{#if this.themeColor}} {{this.themeColor}} {{else}} — {{/if}} {{#if this.twitter}}Twitter
{{/if}} {{#if this.twitch}}Twitch
{{/if}} {{#if this.youtube}}YouTube
{{/if}} {{#if this.fansly}}Fansly
{{/if}} {{#if this.onlyfans}}OnlyFans
{{/if}} {{!-- Add more if needed --}}
{{> footer}}
{{/main}}