Skip to content

Instantly share code, notes, and snippets.

@thetutlage
Created February 10, 2016 08:18
Show Gist options
  • Save thetutlage/92d8e2e0358394e5eada to your computer and use it in GitHub Desktop.
Save thetutlage/92d8e2e0358394e5eada to your computer and use it in GitHub Desktop.
Stories list view for tweedle app
{% extends '../partials/master' %}
{% block content %}
<div class="__band">
<div class="__text">
<p><b>Tweedle</b> is a place to share your tech stories in 140 characters. It is built on top of <a href="http://adonisjs.com/"> AdonisJs </a></p>
</div>
<div class="button__area">
<a href="/signup" class="__button">Join us</a>
</div>
</div>
<div class="blog__list">
<div class="__post">
<h4><a href="/stories/1"> Dummy title </a></h4>
<p>12 hours ago by dummy <a href="/stories/id"> View </a></p>
</div>
</div>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment