Quote

Selvage man braid mlkshk, bespoke hammock try-hard banh mi godard tumblr squid. Church-key tousled polaroid man braid, food truck meh trust fund pork belly semiotics.

Vice taxidermy shoreditch, portland farm-to-table literally lo-fi cold-pressed keytar artisan vinyl. Distillery ramps skateboard, viral raw denim portland schlitz fanny pack.

Code with Syntax Highlighting

<div class="layout_short arc_<?= $this->archive->id ?> block<?= $this->class ?>">
  <h4>
      <?= $this->linkHeadline ?>,
      <?php if ($this->hasMetaFields): ?>
          <time datetime="<?= $this->datetime ?>"><?php echo $this->parseDate("M d", $this->timestamp); ?></time>
      <?php endif; ?>
  </h4>
</div>

Code Example - no highlighting

<div class="layout_short arc_<?= $this->archive->id ?> block<?= $this->class ?>">
  <h4>
      <?= $this->linkHeadline ?>,
      <?php if ($this->hasMetaFields): ?>
          <time datetime="<?= $this->datetime ?>"><?php echo $this->parseDate("M d", $this->timestamp); ?></time>
      <?php endif; ?>
  </h4>
</div>