dnl -*- org-mode -*-
changequote dnl
changequote(<!,!>)dnl
define(__title, <!Example 2!>)dnl
define(__subtitle, <!SUBTITLE Example!>)dnl
define(__timestamp, 2022-09-25)dnl
define(__id, 2)dnl
include(proto/header.html)dnl
define(__body, <!dnl

** Heading 1

Write your post in org-mode here!

*** Tables
| Column A | Column B |
|----------+----------|
| A        | B        |
| C        | D        |

*** Source Code

#+BEGIN_SRC zig
  const std = @import("std");

  pub fn main () void {
        std.debug.print("Hello World!", {});
  }
#+END_SRC

!>)dnl
include(proto/footer.html)dnl

Generated by AlexJGriffith using scpaste at Tue Sep 27 12:31:08 2022. EDT. (original)