/** * @copyright nhcarrigan * @license Naomi's Public License * @author Naomi Carrigan */ /** * The HTML content to display on the server. Replace `{{ logs }}` with * the generated moderation log HTML. */ export const landingHtml = ` Moderation Logs

Moderation Logs

This page lists all of our community moderation sanctions.

This log was last updated at {{ timestamp }}.

Links

Source Code

Documentation

Support

Logs

{{ logs }}

Appeal A Sanction

See one of your accounts here? Fill out the form below to appeal the sanction!

`;