Back to Johnny Five

.Eg

tpl/.eg.md

2.1.01.1 KB
Original Source
<!--remove-start-->

<%= title %>

<!--remove-end-->

<% if (description) { %> <%= description %> <% } %>

<% if (primary) { %> <%= primary %> <% } %>

Run this example from the command line with:

bash
<%= command %>
javascript
<%= example %>

<% if (alternates.length) { %>

Alternates

<% alternates.forEach(function(alternate) { %>

<%= alternate.title %>

<% if (alternate.description) { %> <%= alternate.description %> <% } %>

javascript
<%= alternate.source %>

<% }); %> <% } %> <% if (images) { %>

Illustrations / Photos

<% } %>

<%= images %> <% if (embeds) { %> <%= embeds %> <% } %> <% if (markdown) { %>

Additional Notes

<%= markdown %> <% } %> <% if (externals.length) { %>

Learn More

<% externals.forEach(function(item) { %>

<!--remove-start-->

License

Copyright (c) 2012-2014 Rick Waldron [email protected] Licensed under the MIT license. Copyright (c) 2015-<%= theYear %> The Johnny-Five Contributors Licensed under the MIT license.

<!--remove-end-->