1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-11-15 14:25:51 +00:00
Files
bat/tests/syntax-tests/highlighted/Slim/test.slim
2021-08-16 06:16:53 +02:00

2.6 KiB
Vendored

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