4 lines
161 B
Text
4 lines
161 B
Text
<%
|
|
from tomlkit import dumps as toml_dumps
|
|
from bundlewrap.utils.text import toml_clean
|
|
%>${toml_clean(toml_dumps(repo.libs.toml.dict_to_toml(config)))}
|