mirror of
https://github.com/fergalmoran/dss.api.git
synced 2026-02-17 05:09:02 +00:00
Mods
This commit is contained in:
0
static/css/audio_player.css
Normal file
0
static/css/audio_player.css
Normal file
13
templates/embedding/master.html
Normal file
13
templates/embedding/master.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>{{ title }}</title>
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
||||
</head>
|
||||
<body>
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,10 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
{% extends 'embedding/master.html' %}
|
||||
{% block content %}
|
||||
<h1>Hello Sailor</h1>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user