connected pages

master
supisara 2 years ago
parent 12e2057043
commit a52420dc79

@ -0,0 +1,8 @@
description: ye the drum
name: Kastle Drum
slug: Kastle_Drum
params:
- drum
- noise
- tempo

@ -0,0 +1,13 @@
celery: 'no'
'cherry tomatos': '3'
mayo: a lot
salad: sure
bread: 'yes'
date: '2022-06-13'
description: 'is a picnicco '
ginger: 'yes'
input: Hunger
name: daily pic nic
noddles: sweet pot
output: Our stomachs
routing: new york hotl

@ -0,0 +1 @@
name: Watersand synth amazing 2

@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/global.css') }}" />
<title>Add new patch for {{instrument['name']}}</title>
</head>
<body>
<form method="POST" enctype="multipart/form-data">
<input type="text" name="name" placeholder="Name">
<textarea name="description" cols="30" rows="10" placeholder="description"></textarea>
<input type="date" name="date">
{% for param in instrument['params']%}
<input type="text" name="{{param}}" placeholder="{{param}}">
{% endfor %}
<input type="text" name="input" placeholder="Input">
<input type="text" name="output" placeholder="Output">
<input type="text" name="routing" placeholder="Routing">
<input type="submit" value="Add">
</form>
</body>
</html>
Loading…
Cancel
Save