Since we have now a great Filesystem on SPI Flash that is able to send back static web pages, I'm wondering if there is any start or thinking to serve dynamic pages ? Page could be saved into file system and stored like this (purely example)
<td><%=EspVariableValue%><td>or
<td><%=EspFunction()%><td>This could bring us a good flexibility between static and dynamic pages.