From 9153ec8d22c3d5cdc946f2e25db64263b45b96c5 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Sun, 8 Nov 2015 21:56:09 +0000 Subject: [PATCH] Mods --- static/css/audio_player.css | 0 templates/embedding/master.html | 13 +++++++++++++ templates/embedding/mix.html | 14 ++++---------- 3 files changed, 17 insertions(+), 10 deletions(-) create mode 100644 static/css/audio_player.css create mode 100644 templates/embedding/master.html diff --git a/static/css/audio_player.css b/static/css/audio_player.css new file mode 100644 index 0000000..e69de29 diff --git a/templates/embedding/master.html b/templates/embedding/master.html new file mode 100644 index 0000000..1237723 --- /dev/null +++ b/templates/embedding/master.html @@ -0,0 +1,13 @@ + + + + + {{ title }} + + + +{% block content %} +{% endblock %} + + + \ No newline at end of file diff --git a/templates/embedding/mix.html b/templates/embedding/mix.html index 566549b..231660c 100644 --- a/templates/embedding/mix.html +++ b/templates/embedding/mix.html @@ -1,10 +1,4 @@ - - - - - Title - - - - - \ No newline at end of file +{% extends 'embedding/master.html' %} +{% block content %} +

Hello Sailor

+{% endblock %} \ No newline at end of file