Add Episodes Page

This commit is contained in:
Muhammad Iqbal Rifai 2018-07-04 09:37:54 +02:00
parent 50b266f7b3
commit 5669165b0e
1 changed files with 15 additions and 0 deletions

15
views/episodes.ejs Normal file
View File

@ -0,0 +1,15 @@
<% include ./layouts/header %>
<body>
<h4>Episodes</h4>
<%- serie.serieTitle %>
</body>
</html>