Re: Let's simplify coding with html

2021-03-24 Thread Curtis Maloney
I think it's unclear to me what you mean by "support for bootstrap". Bootstrap is, after all, a CSS library [with some JS tools for complex widgets]. It looks like the syntax example you gave supports specifying classes [and likely other attributes] on elements, so using Bootstrap with that is a

Re: Let's simplify coding with html

2021-03-21 Thread manasdeep borole
Thanks But it seems there is no support for bootstrap (at least not directly) Or may be I am missing something Please feel free to point out... On Mon, Mar 22, 2021 at 1:51 AM Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > Hello, > > There are several projects providing alter

Re: Let's simplify coding with html

2021-03-21 Thread Aymeric Augustin
Hello, There are several projects providing alternate syntax for generating HTML, along the lines of your suggestion, and other projects for integrating these with Django. Here's one such project: https://github.com/nyaruka/django-hamlpy . I believe we'

Let's simplify coding with html

2021-03-21 Thread manasdeep borole
Hi Everyone, I know coding could get tough sometimes(experienced it). But thanks to amazing people like you and per built framework like Django. At least not everyone has to know everything now. The Open Source support is amazing as well. Thanks a lot. Last time while working with html I was annoy