1
0
mirror of https://github.com/sharkdp/bat.git synced 2024-10-06 19:01:07 +01:00
bat/tests/syntax-tests/source/Slim/test.slim

21 lines
355 B
Plaintext
Raw Normal View History

2021-08-15 20:30:36 +01:00
doctype html
html lang=locale
head
meta charset='utf-8'
title #{@title ? "#{@title} | Testing" : 'Testing'}
== stylesheet('app.css')
body
header
h1.title Testing
- @links.each do |link|
a href=link.href
=link.title
div
== yield
- if APP_ENV == 'production'
footer
p Testing