diff options
author | Pacien TRAN-GIRARD | 2015-01-24 20:27:08 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-01-25 23:47:13 +0100 |
commit | d04d732a084f07ca88fdfa82653bdfd2d6798374 (patch) | |
tree | d4b03c921e5fa98e9fb731d1549fbc8dbdc6b9fe /app/views/templates/pepal.scala.html | |
parent | 2f6780969318c08c7a0a0e8e52a7dad33ff53786 (diff) | |
download | minibay-d04d732a084f07ca88fdfa82653bdfd2d6798374.tar.gz |
First website mockup
Diffstat (limited to 'app/views/templates/pepal.scala.html')
-rw-r--r-- | app/views/templates/pepal.scala.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/templates/pepal.scala.html b/app/views/templates/pepal.scala.html new file mode 100644 index 0000000..e71482d --- /dev/null +++ b/app/views/templates/pepal.scala.html | |||
@@ -0,0 +1,3 @@ | |||
1 | @(title: String)(content: Html) | ||
2 | |||
3 | @templates.main{@fragments.pepalLogo()}{@fragments.pepalSlogan()}(title)(content) | ||