From 3d0f989cee9d7c426c759588539dd06c14fa70ea Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Sun, 2 Aug 2015 17:31:36 -0400 Subject: let's get v1 going here --- src/templates/submit_song_picklist.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/templates/submit_song_picklist.html (limited to 'src/templates/submit_song_picklist.html') diff --git a/src/templates/submit_song_picklist.html b/src/templates/submit_song_picklist.html new file mode 100644 index 0000000..b56c43f --- /dev/null +++ b/src/templates/submit_song_picklist.html @@ -0,0 +1,15 @@ + + + + Submit a song + + +

Did you mean one of these?

+
    + {{#each songs}} +
  1. {{title}} by {{artist_name}}
  2. + {{/each}} +
+ Nope, it's none of these + + -- cgit v1.2.3