/flask

Flask簡介

Primary LanguageHTML

flask使用簡介

關於唯客學院:

預備知識

相關連結

Flask 的樣板語言

在 flask 的 App 中可以使用 jinja2 樣板引擎更有彈性、更簡化的撰寫HTML檔。

在樣板中,主要的三種括號如下:

  • {% ... %} for Statements
  • {{ ... }} for Expressions to print to the template output
  • {# ... #} for Comments not included in the template output