diff --git a/app/templates/userpage_post.html b/app/templates/userpage_post.html index ba3b38d..bbee949 100644 --- a/app/templates/userpage_post.html +++ b/app/templates/userpage_post.html @@ -1,45 +1,64 @@ -
- - + + + - {{ yml['header'] | safe }} - {% if yml['css']['item'] %} - {% for css in yml['css']['item'] %} - - {% endfor %} - {% endif %} - {% if yml['js']['head'] %} - {% for js in yml['js']['head'] %} - - {% endfor %} - {% endif %} + {{ yml['header'] | safe }} {% if yml['css']['item'] %} {% for css in + yml['css']['item'] %} + + {% endfor %} {% endif %} {% if yml['js']['head'] %} {% for js in + yml['js']['head'] %} + + {% endfor %} {% endif %}勾选不认识的单词
- - {{ yml['footer'] | safe }} - {% if yml['js']['bottom'] %} - {% for js in yml['js']['bottom'] %} - - {% endfor %} - {% endif %} - - \ No newline at end of file + {% endfor %} + + {{ yml['footer'] | safe }} {% if yml['js']['bottom'] %} {% for js in + yml['js']['bottom'] %} + + + {% endfor %} {% endif %} + +