These are my links for November 4th through November 6th:
- Cloud Commander –
- Instagram – Congratulations Todd, so honored to be a part of this!?
- I don’t understand Python’s Asyncio | Armin Ronacher’s Thoughts and Writings –
These are my links for November 4th through November 6th:
These are my links for August 22nd through August 23rd:
These are my links for March 7th through March 8th:
<h1>
Hello {{ name }}!
</h1>
fn hello_template(request: &mut Request) -> PencilResult {
let mut context = BTreeMap::new();
context.insert("name".to_string(), "template".to_string());
return request.app.render_template("hello.html", &context);
}
fn main() {
// app here</blockquote>