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