diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-04-30 06:54:08 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-04-30 06:54:08 -0700 |
commit | 277f0f6ba4dc4ae788fc63fd26704ab766a79363 (patch) | |
tree | 64a8344a1b2a07a8db9aa391aeb5a4b53887e0b8 /src/templates/macros/noticebox.ftl | |
parent | 206d83b645af34ddf7d67001b84c17b35a9fab9c (diff) |
Adding page templates and resources
Diffstat (limited to 'src/templates/macros/noticebox.ftl')
-rw-r--r-- | src/templates/macros/noticebox.ftl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/templates/macros/noticebox.ftl b/src/templates/macros/noticebox.ftl new file mode 100644 index 0000000..e1d75a5 --- /dev/null +++ b/src/templates/macros/noticebox.ftl @@ -0,0 +1,10 @@ +<#macro noticebox> + <div id="middlebar"> + <div id="noticebox"> + <img class="icon" src="../images/noticeicon.png"> + <p> + <#nested> + </p> + </div> + </div> +</#macro> |