Clock#

Using a simple markdown card. I started with something like this, but did not think to use good old <center> as [1] did. Kudos!

type: markdown
content: |-
  <center>
    <h1>{{ now().strftime('%H:%M') }}</h1>
    <h2>{{ now().strftime('%Y-%m-%d') }}</h2>
  </center>