You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User interface should be rendered according to a configuration file which is used to specify what content packages should be downloaded on the offline content server.
We can use Jinja to loop over this configuration file e.g.
content-package-1
content-package-2
...
and produce a view which contains a HTML component for each item in the list.
The text was updated successfully, but these errors were encountered:
User interface should be rendered according to a configuration file which is used to specify what content packages should be downloaded on the offline content server.
We can use Jinja to loop over this configuration file e.g.
and produce a view which contains a HTML component for each item in the list.
The text was updated successfully, but these errors were encountered: