gl-website-deployer/views/email_error.mustache

14 lines
281 B
Plaintext
Raw Normal View History

2024-11-19 08:02:04 +01:00
{{> public_header}}
{{> generic_header}}
<!-- Wrapper -->
<div id="wrapper">
<div class="inner">
<h1 class="major">Invalid email request</h1>
<p>Something was wrong while processing the email.</p>
</div>
</div>
{{> public_footer}}