UNPKG

jetfuel-blackbox

Version:

Currently, BlackBox is a boilerplate client-side application framework, built on top of the JetFuel build system and Grunt, Backbone, RequireJS, JetRunner unit test server (Mocha BDD/TDD test framework + PhantomJS + SauceLabs cloud integration), Dust (and Plate Django port) for templating (both client and server-side), Sass, Express dynamic web server, etc. BlackBox is the template used for JetFuel's basic `init` command.

21 lines (18 loc) 438 B
{#layout} {>layout/} {:else} {+content/} {/layout} {<title}Todos{/title} {<css}<link rel="stylesheet" href="/css/blackbox/web/todos.css">{/css} {<content} <section id="todos-detail-page" class="todos page"> {#data} <article> <h2>{task}</h2> <div class="status">Status: <strong>{#status}Complete!{:else}Incomplete{/status}</strong></div> <p>{description}</p> </article> {/data} </section> {/content}