Hello,

I am a bit confused on the best way to handle this problem:

My web site needs read-only static web pages (typically the About part of a 
web site) with 2 simple constraints:
  - they need to be translated
  - they need to have flexible layout: to incorporate base headers/footers, 
floating images and/or tables, and non-interactive elements (like a 
bootstrap carousel).

Several solutions that I have thought about:
  - I can of course directly write HTML files but the translation part will 
be awkward (a lot of <h1>, <ul>, <li> and <p> which are of no interest to 
the translator).
  - I can use Django flatpages with some markup languages but I lose a lot 
of flexibility (for instance template tags are not recognized)
  - Use generators like Hyde, but it seems quite overkill for my needs.

Does someone have other propositions that I can look into ?
Is Textile the best markup language if I want tables and floating element 
and the ability to add custom Bootstrap class ?

Thanks !

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a2f2dcee-967e-4e4c-94b9-574b862fa804%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to