TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Development Process When Using HTML Generation

1 点作者 qubit超过 14 年前
I have a general question about the process that people use to create a dynamic web page using an html generation library like hiccup for clojure. I've been working with Django templates lately and I first create a static page with html/css and then later turn that page into a Django template by replacing the dynamic portions of the page with Django tags. My question is, what is the process when using html generation rather than templates? Do you first create a static page and then write the code to generate the page? Do you break up the page into sections and have different functions generate the different sections of the page? I have just started working with Django and am finding the template language to be kind of cumbersome and limiting am therefore looking for alternatives.

暂无评论

暂无评论