Skip to content

Commit 4794c8e

Browse files
authored
Create Security.latte
1 parent 24ff14a commit 4794c8e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/Security.latte

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{*
2+
* This file is part of Nepttune (https://www.peldax.com)
3+
*
4+
* Copyright (c) 2018 Václav Pelíšek (info@peldax.com)
5+
*
6+
* This software consists of voluntary contributions made by many individuals
7+
* and is licensed under the MIT license. For more information, see
8+
* <https://www.peldax.com>.
9+
*}
10+
11+
{contentType text/plain}
12+
{if !empty($security['contact'])}Contact: {$security['contact']}
13+
{if !empty($security['encryption'])}Encryption: {$security['encryption']}
14+
{if !empty($security['acknowledgements'])}Acknowledgements: {$security['acknowledgements']}
15+
{if !empty($security['permission'])}Permission: {$security['permission']}
16+
{if !empty($security['policy'])}Policy: {$security['policy']}
17+
{if !empty($security['signature'])}Signature: {$security['signature']}
18+
{if !empty($security['hiring'])}Hiring: {$security['hiring']}

0 commit comments

Comments
 (0)