mirror of
				https://github.com/bspeice/Melodia
				synced 2025-11-04 02:10:42 -05:00 
			
		
		
		
	Create a models package, add template file suffix
Also, add AngularJS
This commit is contained in:
		
							
								
								
									
										13
									
								
								web/views/templates/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								web/views/templates/index.html
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,13 @@
 | 
			
		||||
{% extends "base" %}
 | 
			
		||||
 | 
			
		||||
{% block page_title  %}Melodia Music Player{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block navbar_title %}Melodia{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block sidebar_content %}
 | 
			
		||||
	{% include "components/playlist_sidebar" %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block body_content %}
 | 
			
		||||
<h1>Welcome to Melodia!</h1>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
		Reference in New Issue
	
	Block a user