Add TBB recommended versions

This commit is contained in:
hiro 2019-02-20 15:59:03 +01:00
parent 2dbdf8098a
commit 782582f171
5 changed files with 36 additions and 4 deletions

View File

@ -0,0 +1,5 @@
_model: text
---
_template: empty.html
---
body:

View File

@ -0,0 +1,16 @@
_model: text
---
_template: empty.html
---
body:
[
"8.0.6",
"8.0.6-MacOS",
"8.0.6-Linux",
"8.0.6-Windows",
"8.5a8",
"8.5a8-MacOS",
"8.5a8-Linux",
"8.5a8-Windows"
]

View File

@ -0,0 +1,5 @@
_model: text
---
_template: empty.html
---
body:

7
models/text.ini Normal file
View File

@ -0,0 +1,7 @@
[model]
name = Text
label = Text
[fields.body]
label = Body
type = text

View File

@ -1,4 +1,3 @@
<!doctype html>
<html lang="en">
{% block body %}{% endblock %}
</html>
{% block body %}
{{ this.body }}
{% endblock %}