about summary refs log blame commit diff stats
path: root/html/resources.mu
blob: 79bb999f5bd5bef85c3c8afaf5f6ec0c2062ecc5 (plain) (tree)
56356de8 ^




  assume-resources [
    # contents for a local file
    [/foo/bar] <- [
      |def|  # lines delimited by '|'
    ]

    # contents for a URL
    [example.com/foo/bar] <- [
      |abc|
    ]
  ]