{{ albums[0].title }}
+ {% if albums[0].description %} ++
{{ albums[0].description }}
+ {% endif %} +diff --git a/app/routes.php b/app/routes.php
index dd61d3c..8cb4c0b 100755
--- a/app/routes.php
+++ b/app/routes.php
@@ -5,4 +5,5 @@ require 'routes/index.php';
require 'routes/about.php';
require 'routes/contact.php';
require 'routes/home.php';
+require 'routes/music.php';
require 'routes/shows.php';
diff --git a/app/views/music.twig b/app/views/music.twig
new file mode 100644
index 0000000..7a80240
--- /dev/null
+++ b/app/views/music.twig
@@ -0,0 +1,71 @@
+{% extends 'templates/default.php' %}
+
+{% block javascripts %}
+
+
+{% endblock %}
+
+{% block title %}Music{% endblock %}
+
+{% block content %}
+
+ {{ albums[0].description }}Music
+
+
{{ albums[0].title }}
+ {% if albums[0].description %}
+
+
+
{{ album.title }}
+