Skip to content

Instantly share code, notes, and snippets.

@madetech-com
Created October 6, 2015 13:49
Show Gist options
  • Save madetech-com/1c03cfca4d1d6b5ec93f to your computer and use it in GitHub Desktop.
Save madetech-com/1c03cfca4d1d6b5ec93f to your computer and use it in GitHub Desktop.
<template name="gallery">
<style>
section {
padding: 10px;
background: #333;
}
.images img {
display: none;
}
</style>
<section>
<header></header>
<div class="images"></div>
</section>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment