-
Hi @TorbenKoehn long time no see. Since Jade is renamed to Pug, isn't it time to reflect the change accordingly?
-
I really need help creating more documentation resources.
If anyone is willing to help, I'd provide everything needed including an information channel that knows all deep secrets of Jade (me).
What …
-
If I use anywhere:
#{vars.comment}
I have **Fatal error!**
-----
'expressionLanguage' => 'js'
-
Assuming tale-jade is in pretty printing mode, it seems the way the compiler works is to unwind the node hierarchy, adding extra the set indentation type for every level in the hierarchy. This doesn't…
-
Failed to execute `INSERT INTO card_legality (format_id, card_id, legality)
SELECT 34, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`, `u`.`layout` AS `layout`,
…
-
SELECT 33, bq.id, 'Legal'
FROM (
SELECT
`u`.`id`, `u`.`layout`,
`u`.`id` AS face_id,
CASE
WHEN layout = 'double-faced' OR layout = 'fli…
-
Hi, first of all thank your for this great jade port! I have a question. How would I go about adding and parsing data from a database?
Example:
```
// in a real project I would use php to get markdo…
-
Calling in mixin other mixin defined later in same file with params cause Compiler exception
2 0.0289 334680 Tale\Jade\Renderer->render( )
3 0.0342 344896 Tale\Jade\Renderer\Adapter\File->ren…
-
Just received this:
`Tale\Jade\Parser\Exception: Failed to parse Jade: The import instruction can't have children (indent at 5:2) in /Volumes/Leo/kirbysites/site/plugins/jade/vendor/talesoft/tale-jad…
-
I'm using Tale-Jade as my main template engine (currently deploy on C9 IDE),
when I need to generate the posts, I do something like (example):
```
foreach($posts as $post)
$html .= $renderer-…