Test Post w/ 11ty tag
really great content right here.
More great content. and more and more
test to see if code works
/* Display message for old browsers only */
@supports (--css: variables) {
  .browsercheck-message {
    display: none;
  }
}
@supports not (--css: variables) {
  .browsercheck-message {
    display: block;
  }
}JS code
function coolCat(name) {
  if (name === tiger) {
    // probably better run
  }
  return friendly;
}