ShOrgRu/pkg/tpl/add_success.templ

13 lines
433 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package tpl
templ AddQuoteSuccessPage() {
@Layout(HeaderParams{}) {
<h2>Добавление цитаты</h2>
<article>
<header>Успешно!</header>
Ваша цитата отправлена на модерацию. В случае успешной проверки, цитата скоро будет опубликована.
</article>
<a href="/" role="button">На главную страницу</a>
}
}