Skip to content

Instantly share code, notes, and snippets.

@mathias
Created March 18, 2014 01:01
Show Gist options
  • Save mathias/9611626 to your computer and use it in GitHub Desktop.
Save mathias/9611626 to your computer and use it in GitHub Desktop.
<section>
<h2>Articles</h2>
<ul>
<li>
<label>Total:</label><text> ~{(get articles :total)}</text>
</li>
<li>
<label>Ingested:</label><text> ~{(get articles :ingested)}</text>
</li>
<li>
<label>Fetched:</label><text> ~{(get articles :fetched)}</text>
</li>
<li>
<label>Errored:</label><text> ~{(get articles :errored)}</text>
</li>
<li>
<label>Read:</label><text> ~{(get articles :read)}</text>
</li>
</ul>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment