2014-11-12 18:54:42 +08:00
|
|
|
{{template "header.html" .}}
|
2014-11-09 16:24:19 +08:00
|
|
|
|
2014-11-12 18:54:42 +08:00
|
|
|
<div id="postsContainer">
|
|
|
|
|
|
|
|
<div id="posts">
|
|
|
|
<div class="each-post">
|
|
|
|
<div class="title">
|
|
|
|
404 NOT FOUND
|
|
|
|
</div>
|
|
|
|
<div class="desc">
|
|
|
|
Sorry, We can't find this page.
|
|
|
|
</div>
|
2014-11-09 16:24:19 +08:00
|
|
|
</div>
|
2014-11-12 18:54:42 +08:00
|
|
|
</div>
|
2014-11-09 16:24:19 +08:00
|
|
|
</div>
|
2014-11-12 18:54:42 +08:00
|
|
|
{{template "footer.html" $}}
|
|
|
|
|
2014-11-09 16:24:19 +08:00
|
|
|
</body>
|
2014-11-12 18:54:42 +08:00
|
|
|
</html>
|