Re: Deit variable referencing

2016-01-03 Thread Martin Tschierschke via Digitalmars-d-learn
On Saturday, 2 January 2016 at 00:15:32 UTC, Jason Jeffory wrote: Ok, So Deit allows D code inside html... looks great. But how do external variables work? If I create a variable in the server(such as a class), can an html file access it easily? (not having to jump through hoops) doctype ht

Deit variable referencing

2016-01-01 Thread Jason Jeffory via Digitalmars-d-learn
Ok, So Deit allows D code inside html... looks great. But how do external variables work? If I create a variable in the server(such as a class), can an html file access it easily? (not having to jump through hoops) doctype html html head title D string interpolations