summaryrefslogtreecommitdiff
path: root/default-files/article.html
blob: 5b59e06814f9e66189a67217e5761cc658c4de1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
      <?fugitive include:top.html ?>
      <article>
        <header>
          <h1><?fugitive article_title ?></h1>
        </header>
        <footer>
          by <?fugitive article_cauthor ?>, on
          <time datetime="<?fugitive article_cdatetime ?>">
            <?fugitive article_cdate ?> at <?fugitive article_ctime ?>
          </time>
          <?fugitive ifset:article_mdatetime ?>
          <br /><small>last update by <?fugitive article_mauthor ?>, on
            <time datetime="<?fugitive article_mdatetime ?>">
              <?fugitive article_mdate ?> at <?fugitive article_mtime ?>
            </time>
          </small>
          <?fugitive endifset:article_mdatetime ?>
        </footer>
        <div>
          <?fugitive article_content ?>
        </div>
      </article>
      <?fugitive include:bottom.html ?>