Skip to content

Instantly share code, notes, and snippets.

@Porter97
Last active March 10, 2020 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/4cae49002995588d4a757de51128a20a to your computer and use it in GitHub Desktop.
Save Porter97/4cae49002995588d4a757de51128a20a to your computer and use it in GitHub Desktop.
<template id="content-template">
<div class="container content-container">
<div id="content-img">
<a id="content-image-link" href=""><img id="content-image" src="" alt="None"></a>
</div>
<!-- Content Title -->
<h4 id="content-title-header">
<a href="" id="content-title"></a>
</h4>
<!-- Content Description -->
<div id="content-body">
<p id="content-description"></p>
<a id="content-read-more" href=""></a>
</div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment