Skip to content

vcdemy/flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask使用簡介

關於唯客學院:

預備知識

相關連結

Flask 的樣板語言

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

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

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

About

Flask簡介

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published