Questions tagged [scaml]

3 questions
10
votes
2 answers

Using HAML, Scaml or Jade with Play

Is it possible to use Haml (or similar tempting languages like Scaml or Jade) in Play views?
Bill
  • 44,502
  • 24
  • 122
  • 213
4
votes
0 answers

Dynamically include variables in Scalate template

I am using Scalate (scaml specifically, but the format is somewhat unimportant), and I have a number of values that are defined across a number of templates. These variables are not always known at compile time. My objective is to define them in a…
rs_atl
  • 8,935
  • 1
  • 23
  • 28
0
votes
2 answers

Scalate HTML minification via ScamlOptions.indent and ScamlOptions.nl

In Scalate manual for Scaml and Jade it's stated that there two options ScamlOptions.nl and ScamlOptions.indent that can be used to minify outputted HTML. What is also stated is "You will need to configure these before any of your scaml templates…
vania-pooh
  • 2,933
  • 4
  • 24
  • 42