2016-03-31 20:33:49 +00:00
|
|
|
<div class='content-wrapper transparent' id='home'>
|
|
|
|
<div class='messages'></div>
|
2016-05-22 20:39:31 +00:00
|
|
|
<header>
|
2016-06-23 09:41:52 +00:00
|
|
|
<h1><%- ctx.name %></h1>
|
2016-05-22 20:39:31 +00:00
|
|
|
</header>
|
2016-05-29 10:28:52 +00:00
|
|
|
<% if (ctx.canListPosts) { %>
|
|
|
|
<form class='horizontal'>
|
2016-07-06 07:49:21 +00:00
|
|
|
<%= ctx.makeTextInput({name: 'search-text', placeholder: 'enter some tags'}) %>
|
|
|
|
<input type='submit' value='Search'/>
|
|
|
|
<span class=sep>or</span>
|
|
|
|
<a href='/posts'>browse all posts</a>
|
2016-05-29 10:28:52 +00:00
|
|
|
</form>
|
|
|
|
<% } %>
|
2016-07-05 22:07:30 +00:00
|
|
|
<div class='post-info-container'></div>
|
2016-07-06 07:49:21 +00:00
|
|
|
<footer class='footer-container'></footer>
|
2016-03-31 20:33:49 +00:00
|
|
|
</div>
|