Skip to content

Instantly share code, notes, and snippets.

@anurag-majumdar
Created February 8, 2019 18:48
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 anurag-majumdar/82c5fdc5ef0525be21d3319976bcbf19 to your computer and use it in GitHub Desktop.
Save anurag-majumdar/82c5fdc5ef0525be21d3319976bcbf19 to your computer and use it in GitHub Desktop.
export const appTemplate = model => `
<section class="app">
<h3> ${model.title} </h3>
<section class="button">
<button class="btn-todo"> Todo Module </button>
</section>
</section>
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment