Opened 8 months ago

Last modified 8 months ago

#32 new

Components

Reported by: Florian Berger Owned by:
Milestone: Demo Course – Features Keywords:
Cc:

Description

DE: class components

  • .html = component template
  • .script = wird in <script> eingefügt
  • .css = wird in css eingefügt
  • __string__() rendert .html

Ganze Seiten sind .format-Templates, die {components} referenzieren; vermutlich irgendwie Parameter noch mit reinmehren?

Components werden an einer Stelle gesucht und in ein dict verfrachtet. page_template.format(dict) ruft dann die string conversion der Komponente, die die Logik ausführt.

Also Mischung aus simple.html und Vue.

Change History (2)

comment:2 Changed 8 months ago by florian

changed the description

comment:1 Changed 8 months ago by florian

changed the description

Note: See TracTickets for help on using tickets.