constexpr auto fragment(ParametersT &&... params)
A fragment is a collection of elements that can be inserted into a parent without an enclosing tag.
Definition: fragment.hpp:15
void listenToFragmentChanges(Observed< std::string > &fragment)
Listens to fragment changes and changes the attached observed.
Definition: fragment_listener.cpp:13