c1a5b70 0ec8914
1
2
3
4
5
6
//! This module provides other modules to handle both the view and its partials for the `websurfx` //! search engine frontend. mod partials; pub mod views;