blob: 59c09308c40ba0ec234b64e5852bedfa55f017b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# -*- mode: org; -*-
#+TITLE: First Post
#+AUTHOR: Marius Peter
#+DATE: <2021-03-28 Sun>
#+INCLUDE: page-header.html export html
#+begin_export html
<div class="usa-section">
<div class="grid-container">
<div class="grid-row grid-gap">
<main class="usa-layout-docs__main desktop:grid-col-9 usa-prose usa-layout-docs" id="main-content">
#+end_export
In this post, I wanted to talk about a couple of things.
#+begin_export html
</main>
</div>
</div>
</div>
#+end_export
|