# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/yj65esq
Jinja2,一個強大的模板引擎!**
寫網頁模板太麻煩?重複的 HTML 代碼讓你頭大?Jinja2 就是爲解決這些痛點而生的。它是 Python 最受歡迎的模板引擎,Flask 框架的親兒子,能讓你輕鬆搞定各種模板渲染的活兒。模板引擎是啥玩意?說白了,模板引擎就像個翻譯官,把你寫的模板文件翻譯成最終的 HTML 頁面。打個比方,你在寫一個商品列表頁面,總不能爲每個商品都複製粘貼一遍 HTML 代碼吧?用 Jinja2,你只要寫一個模 ⌘ Read more