I want to see if writing the base code directly into a file can be rendered successfully.

formulas:
  Hash: (file.ctime.minute*100+file.ctime.second)*(now().second+now().minute*100)%1007
views:
  - type: table
    name: Table
    filters:
      and:
        - public == true
    order:
      - file.name
    sort:
      - property: formula.Hash
        direction: ASC
    limit: 5