From ecc4f3ef8a23e3d4143954fdccc5a28a83f9039f Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 11 Jan 2017 18:26:04 -0800 Subject: basic sandbox wiki editing and creation --- webface/templates/model_edit.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 webface/templates/model_edit.html (limited to 'webface/templates/model_edit.html') diff --git a/webface/templates/model_edit.html b/webface/templates/model_edit.html new file mode 100644 index 0000000..38aef60 --- /dev/null +++ b/webface/templates/model_edit.html @@ -0,0 +1,27 @@ +{{# partial content}} +

+ + {{ namespace }}/{{ model_name }} +

+ +
+ +

Modelica Code

+The computable model must conform to a subset of the Modelica language. + +

WARNING: you won't get errors or help if your code is wrong, +just a 500 error. + +

+ + +

Markdown

+ + +

+ + +
+ +{{/partial}} +{{~> base.html~}} -- cgit v1.2.3