12 lines
250 B
HTML
12 lines
250 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
{{template "page_head" "No permission"}}
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
You do not have permission to visit this page.
|
||
|
</div>
|
||
|
</div>
|
||
|
{{template "page_footer"}}
|
||
|
</body>
|
||
|
</html>
|