From artur.ventura at gmail.com Sat Feb 14 22:23:02 2009 From: artur.ventura at gmail.com (Artur Ventura) Date: Sat, 14 Feb 2009 22:23:02 +0000 Subject: [cl-emb-devel] A inheritance system for cl-emb Message-ID: <09CF79E0-13F4-42EE-A27B-B3E855C455C4@gmail.com> Hi there I changed CL-EMB so that it works like django template system. Basically it's a simple inheritance system that simplifies developing similar pages by reusing generic templates and refine them. You can read more about it here: http://docs.djangoproject.com/en/dev/topics/templates/#topics-templates Do you want to use add this feature to CL-EMB? I can send you a patch if you would like Artur Ventura -------------- next part -------------- An HTML attachment was scrubbed... URL: From sscholl at common-lisp.net Thu Feb 19 09:01:59 2009 From: sscholl at common-lisp.net (Stefan Scholl) Date: Thu, 19 Feb 2009 10:01:59 +0100 Subject: [cl-emb-devel] A inheritance system for cl-emb In-Reply-To: <09CF79E0-13F4-42EE-A27B-B3E855C455C4@gmail.com> References: <09CF79E0-13F4-42EE-A27B-B3E855C455C4@gmail.com> Message-ID: <20090219090159.GF13831@parsec.no-spoon.de> Hi Artur, On 2009-02-14 22:23:02, Artur Ventura wrote: > I changed CL-EMB so that it works like django template system. Basically > it's a simple inheritance system that simplifies developing similar pages > by reusing generic templates and refine them. You can read more about it > here: > http://docs.djangoproject.com/en/dev/topics/templates/#topics-templates > > Do you want to use add this feature to CL-EMB? I can send you a patch if > you would like This could be more elegant than using @include. Sounds like a nice feature. I'm interested in the patch. TIA! Regards, Stefan -- Web (en): http://www.no-spoon.de/ -*- Web (de): http://www.frell.de/