cat.jpg.tpp 220 B

123456789
  1. {{
  2. // The example shows the way to write
  3. // binary files
  4. // so it makes possible to make templates
  5. // for them or for dynamic content.
  6. os := import("os")
  7. bts := os.read_file("tests/cat.webp")
  8. pp.write_raw(bts)
  9. }}