mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
28 lines
No EOL
377 B
Text
Executable file
28 lines
No EOL
377 B
Text
Executable file
:javascript
|
|
;(function() {
|
|
this;
|
|
should();
|
|
all.be();
|
|
on = { one: line };
|
|
})();
|
|
|
|
%script
|
|
:plain
|
|
;(function() {
|
|
this;
|
|
should();
|
|
too();
|
|
})();
|
|
|
|
%script(type="text/javascript")
|
|
:plain
|
|
//<!--
|
|
;(function() {
|
|
one;
|
|
line();
|
|
here();
|
|
})();
|
|
//-->
|
|
|
|
%script(type="text/html")
|
|
I'm a jQuery {{template}}. |